diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-19 22:15:26 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-19 22:15:26 +0000 |
commit | 39f05630adc017f00ea551b827fd1d5ef21a0a3a (patch) | |
tree | 72e84a7bf71a46889d89f8ae8b6f5075b5784e65 /runtime | |
parent | c15ef30c08fa1f2c52053c6345ded69d6f2bc701 (diff) | |
download | vim-git-39f05630adc017f00ea551b827fd1d5ef21a0a3a.tar.gz |
updated for version 7.0229
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 9 | ||||
-rw-r--r-- | runtime/doc/tags | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 79a74ff36..f842ff689 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1,4 +1,4 @@ -*eval.txt* For Vim version 7.0aa. Last change: 2006 Mar 18 +*eval.txt* For Vim version 7.0aa. Last change: 2006 Mar 19 VIM REFERENCE MANUAL by Bram Moolenaar @@ -2011,6 +2011,8 @@ complete_add({expr}) *complete_add()* Returns 0 for failure (empty string or out of memory), 1 when the match was added, 2 when the match was already in the list. + See |complete-functions| for an explanation of {expr}. It is + the same as one item in the list that 'omnifunc' would return. complete_check() *complete_check()* Check for a key typed while looking for completion matches. @@ -2910,7 +2912,8 @@ hasmapto({what} [, {mode} [, {abbr}]]) *hasmapto()* and this mapping exists in one of the modes indicated by {mode}. When {abbr} is there and it is non-zero use abbreviations - instead of mappings. + instead of mappings. Don't forget to specify Insert and/or + Command-line mode. Both the global mappings and the mappings local to the current buffer are checked for a match. If no matching mapping is found 0 is returned. @@ -5315,7 +5318,7 @@ with local variables in a calling function. Example: > The names "lnum" and "col" could also be passed as argument to Bar(), to allow the caller to set the names. - *:cal* *:call* *E107* + *:cal* *:call* *E107* *E117* :[range]cal[l] {name}([arguments]) Call a function. The name of the function and its arguments are as specified with |:function|. Up to 20 arguments can be diff --git a/runtime/doc/tags b/runtime/doc/tags index c846dfad9..4ea882b55 100644 --- a/runtime/doc/tags +++ b/runtime/doc/tags @@ -3224,6 +3224,7 @@ E113 eval.txt /*E113* E114 eval.txt /*E114* E115 eval.txt /*E115* E116 eval.txt /*E116* +E117 eval.txt /*E117* E118 eval.txt /*E118* E119 eval.txt /*E119* E12 message.txt /*E12* @@ -5528,6 +5529,7 @@ hebrew hebrew.txt /*hebrew* hebrew.txt hebrew.txt /*hebrew.txt* help various.txt /*help* help-context help.txt /*help-context* +help-tags tags 1 help-translated various.txt /*help-translated* help-xterm-window various.txt /*help-xterm-window* help.txt help.txt /*help.txt* |