diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-27 22:50:36 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-27 22:50:36 +0200 |
commit | 5ac3b1aae2bdcf9f02ac0ebf97836ae3c709c2dc (patch) | |
tree | a9bf2d2349c0c88932c501acd9bba854321aaad8 /runtime/doc/map.txt | |
parent | 8765a4ac3a9dfb994ad7051183353ead25cfbb64 (diff) | |
download | vim-git-5ac3b1aae2bdcf9f02ac0ebf97836ae3c709c2dc.tar.gz |
Updated runtime files. New netrw plugin version.
Diffstat (limited to 'runtime/doc/map.txt')
-rw-r--r-- | runtime/doc/map.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 153cd7fb3..7c4a95442 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -1,4 +1,4 @@ -*map.txt* For Vim version 7.3c. Last change: 2010 Jul 20 +*map.txt* For Vim version 7.3c. Last change: 2010 Jul 27 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1266,6 +1266,8 @@ the 'path' option: > : return split(globpath(&path, a:A), "\n") :endfun < +This example does not work for file names with spaces! + Range handling *E177* *E178* *:command-range* *:command-count* |