diff options
Diffstat (limited to 'runtime/doc/cmdline.txt')
-rw-r--r-- | runtime/doc/cmdline.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index 81b0e17322..a3b5f6b22a 100644 --- a/runtime/doc/cmdline.txt +++ b/runtime/doc/cmdline.txt @@ -1099,8 +1099,8 @@ in the command-line window, like this: > Note that hitting <Tab> in Normal mode will do completion on the next character. That way it works at the end of the line. If you don't want these mappings, disable them with: > - au CmdwinEnter [:>] iunmap <Tab> - au CmdwinEnter [:>] nunmap <Tab> + au CmdwinEnter [:>] iunmap <buffer> <Tab> + au CmdwinEnter [:>] nunmap <buffer> <Tab> You could put these lines in your vimrc file. While in the command-line window you cannot use the mouse to put the cursor in |