8ca3d3c0f3
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=6eda0af767546d82eace32504fe56735
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
--- ed.defns.c
|
|
+++ ed.defns.c 2007-08-28 10:02:42.862588122 +0000
|
|
@@ -1412,16 +1412,6 @@ editinit(void)
|
|
f->desc = CSAVS(3, 52, "Execute command");
|
|
|
|
f++;
|
|
- f->name = "newline-and-hold";
|
|
- f->func = F_NEWLINE_HOLD;
|
|
- f->desc = CSAVS(3, 122, "Execute command and keep current line");
|
|
-
|
|
- f++;
|
|
- f->name = "newline-and-down-history";
|
|
- f->func = F_NEWLINE_DOWN_HIST;
|
|
- f->desc = CSAVS(3, 123, "Execute command and move to next history line");
|
|
-
|
|
- f++;
|
|
f->name = "normalize-path";
|
|
f->func = F_PATH_NORM;
|
|
f->desc = CSAVS(3, 53,
|
|
@@ -1788,6 +1778,16 @@ editinit(void)
|
|
f->desc = CSAVS(3, 121, "(WIN32 only) Page visible console window down");
|
|
|
|
f++;
|
|
+ f->name = "newline-and-hold";
|
|
+ f->func = F_NEWLINE_HOLD;
|
|
+ f->desc = CSAVS(3, 122, "Execute command and keep current line");
|
|
+
|
|
+ f++;
|
|
+ f->name = "newline-and-down-history";
|
|
+ f->func = F_NEWLINE_DOWN_HIST;
|
|
+ f->desc = CSAVS(3, 123, "Execute command and move to next history line");
|
|
+
|
|
+ f++;
|
|
f->name = NULL;
|
|
f->func = 0;
|
|
f->desc = NULL;
|