diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-01-21 10:27:07 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-01-21 10:27:07 -0500 |
commit | d550eecf7092397d064df26850d4a09d9ab4a481 (patch) | |
tree | 20434b7e79e5ac786071e4ef7b31abf75ee5c9ad /runtime/doc/map.txt | |
parent | c3028e435392a7b647f79be826c054ef76b0d577 (diff) | |
parent | 5f00d2285368e893361c9ccf8ebe3b15004cdbf8 (diff) | |
download | rneovim-d550eecf7092397d064df26850d4a09d9ab4a481.tar.gz rneovim-d550eecf7092397d064df26850d4a09d9ab4a481.tar.bz2 rneovim-d550eecf7092397d064df26850d4a09d9ab4a481.zip |
Merge pull request #1853 from fwalch/vim-bd18da9
vim-patch:bd18da9 (runtime update)
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 3ac8e5db9d..5f1c4a6261 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -1,4 +1,4 @@ -*map.txt* For Vim version 7.4. Last change: 2014 Jun 02 +*map.txt* For Vim version 7.4. Last change: 2014 Sep 30 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1283,6 +1283,8 @@ completion can be enabled: -complete=custom,{func} custom completion, defined via {func} -complete=customlist,{func} custom completion, defined via {func} +Note: That some completion methods might expand environment variables. + Custom completion *:command-completion-custom* *:command-completion-customlist* |