diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-01-14 23:14:23 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-01-14 23:14:23 -0500 |
commit | 24fbb2c866039d61107fa1f6a2efe86bb6951e55 (patch) | |
tree | a4f58394b187f382e3ad9258448368a189c42454 /runtime/doc/editing.txt | |
parent | 403467056818dce535059c87f289db00b0d4216c (diff) | |
parent | cf0ff1dd0ff93f6ce40af76d671f4d173258fab4 (diff) | |
download | rneovim-24fbb2c866039d61107fa1f6a2efe86bb6951e55.tar.gz rneovim-24fbb2c866039d61107fa1f6a2efe86bb6951e55.tar.bz2 rneovim-24fbb2c866039d61107fa1f6a2efe86bb6951e55.zip |
Merge pull request #4014 from jusga/vim-2b8388b
vim-patch:2b8388b
Diffstat (limited to 'runtime/doc/editing.txt')
-rw-r--r-- | runtime/doc/editing.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt index cd875811fc..42c674d5ce 100644 --- a/runtime/doc/editing.txt +++ b/runtime/doc/editing.txt @@ -276,7 +276,8 @@ CTRL-^ Edit the alternate file. Mostly the alternate file is Mnemonic: "goto file". Uses the 'isfname' option to find out which characters are supposed to be in a file name. Trailing - punctuation characters ".,:;!" are ignored. + punctuation characters ".,:;!" are ignored. Escaped + spaces "\ " are reduced to a single space. Uses the 'path' option as a list of directory names to look for the file. See the 'path' option for details about relative directories and wildcards. |