summaryrefslogtreecommitdiffstats
path: root/runtime/doc/map.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/map.txt')
-rw-r--r--runtime/doc/map.txt4
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*