diff options
Diffstat (limited to 'runtime/doc/cmdline.txt')
-rw-r--r-- | runtime/doc/cmdline.txt | 27 |
1 files changed, 5 insertions, 22 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index 85f16ca8ca..b208bba9a8 100644 --- a/runtime/doc/cmdline.txt +++ b/runtime/doc/cmdline.txt @@ -228,24 +228,16 @@ CTRL-C quit command-line without executing *c_<Up>* *c_Up* <Up> recall older command-line from history, whose beginning matches the current command-line (see below). - {not available when compiled without the |+cmdline_hist| - feature} *c_<Down>* *c_Down* <Down> recall more recent command-line from history, whose beginning matches the current command-line (see below). - {not available when compiled without the |+cmdline_hist| - feature} *c_<S-Up>* *c_<PageUp>* <S-Up> or <PageUp> recall older command-line from history - {not available when compiled without the |+cmdline_hist| - feature} *c_<S-Down>* *c_<PageDown>* <S-Down> or <PageDown> recall more recent command-line from history - {not available when compiled without the |+cmdline_hist| - feature} CTRL-D command-line completion (see |cmdline-completion|) 'wildchar' option @@ -260,8 +252,7 @@ CTRL-_ a - switch between Hebrew and English keyboard mode, which is private to the command-line and not related to hkmap. This is useful when Hebrew text entry is required in the command-line, searches, abbreviations, etc. Applies only if - Vim is compiled with the |+rightleft| feature and the - 'allowrevins' option is set. + the 'allowrevins' option is set. See |rileft.txt|. b - switch between Farsi and English keyboard mode, which is @@ -269,7 +260,6 @@ CTRL-_ a - switch between Hebrew and English keyboard mode, which is Farsi keyboard mode the characters are inserted in reverse insert manner. This is useful when Farsi text entry is required in the command-line, searches, abbreviations, etc. - Applies only if Vim is compiled with the |+farsi| feature. See |farsi.txt|. *c_CTRL-^* @@ -312,8 +302,6 @@ terminals) *:his* *:history* :his[tory] Print the history of last entered commands. - {not available when compiled without the |+cmdline_hist| - feature} :his[tory] [{name}] [{first}][, [{last}]] List the contents of history {name} which can be: @@ -362,10 +350,8 @@ word before the cursor. This is available for: - Mappings: Only after a ":map" or similar command. - Variable and function names: Only after a ":if", ":call" or similar command. -When Vim was compiled without the |+cmdline_compl| feature only file names, -directories and help items can be completed. The number of help item matches -is limited (currently to 300) to avoid a long delay when there are very many -matches. +The number of help item matches is limited (currently to 300) to avoid a long +delay when there are very many matches. These are the commands that can be used: @@ -953,8 +939,6 @@ for the file "$home" in the root directory. A few examples: In the command-line window the command line can be edited just like editing text in any window. It is a special kind of window, because you cannot leave it in a normal way. -{not available when compiled without the |+cmdline_hist| or |+vertsplit| -feature} OPEN *c_CTRL-F* *q:* *q/* *q?* @@ -1025,9 +1009,8 @@ command-line window open again, you may find this mapping useful: > VARIOUS -The command-line window cannot be used: -- when there already is a command-line window (no nesting) -- when Vim was not compiled with the |+vertsplit| feature +The command-line window cannot be used when there already is a command-line +window (no nesting). Some options are set when the command-line window is opened: 'filetype' "vim", when editing an Ex command-line; this starts Vim syntax |