Bugzilla – Attachment 59447 Details for
Bug 136257
include global history patch for bash
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
diff for man page
readline-man.diff (text/plain), 2.94 KB, created by
Dirk Mueller
on 2005-12-01 13:05:43 UTC
(
hide
)
Description:
diff for man page
Filename:
MIME Type:
Creator:
Dirk Mueller
Created:
2005-12-01 13:05:43 UTC
Size:
2.94 KB
patch
obsolete
>--- readline-5.0.orig/doc/readline.3 2005-12-01 12:07:40.000000000 +0100 >+++ readline-5.0/doc/readline.3 2005-12-01 13:56:58.000000000 +0100 >@@ -645,10 +645,18 @@ > Fetch the previous command from the history list, moving back in > the list. > .TP >+.B previous\-ghistory >+Fetch the previous command from the global history list, moving back in >+the list. >+.TP > .B next\-history (C\-n) > Fetch the next command from the history list, moving forward in the > list. > .TP >+.B next\-ghistory >+Fetch the next command from the global history list, moving forward >+in the list. >+.TP > .B beginning\-of\-history (M\-<) > Move to the first line in the history. > .TP >@@ -660,29 +668,56 @@ > Search backward starting at the current line and moving `up' through > the history as necessary. This is an incremental search. > .TP >+.B reverse\-search\-ghistory >+Search backward starting at the current line and moving `up' through >+the global history as necessary. This is an incremental search. >+.TP > .B forward\-search\-history (C\-s) > Search forward starting at the current line and moving `down' through > the history as necessary. This is an incremental search. > .TP >+.B forward\-search\-ghistory >+Search forward starting at the current line and moving `down' through >+the global history as necessary. This is an incremental search. >+.TP > .B non\-incremental\-reverse\-search\-history (M\-p) > Search backward through the history starting at the current line > using a non-incremental search for a string supplied by the user. > .TP >+.B non\-incremental\-reverse\-search\-ghistory >+Search backward through the global history starting at the current >+line using a non-incremental search for a string supplied by the user. >+.TP > .B non\-incremental\-forward\-search\-history (M\-n) > Search forward through the history using a non-incremental search > for a string supplied by the user. > .TP >+.B non\-incremental\-forward\-search\-ghistory >+Search forward through the global history using a non-incremental search >+for a string supplied by the user. >+.TP > .B history\-search\-forward > Search forward through the history for the string of characters > between the start of the current line and the current cursor > position (the \fIpoint\fP). > This is a non-incremental search. > .TP >+.B ghistory\-search\-forward >+Search forward through the global history for the string of characters >+between the start of the current line and the current cursor >+position (the \fIpoint\fP). >+This is a non-incremental search. >+.TP > .B history\-search\-backward > Search backward through the history for the string of characters > between the start of the current line and the point. > This is a non-incremental search. > .TP >+.B ghistory\-search\-backward >+Search backward through the global history for the string of characters >+between the start of the current line and the point. >+This is a non-incremental search. >+.TP > .B yank\-nth\-arg (M\-C\-y) > Insert the first argument to the previous command (usually > the second word on the previous line) at point.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 136257
: 59447