diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-29 22:48:26 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-29 22:48:26 +0000 |
commit | c7486e034e1467233342da4082de803226e7c52f (patch) | |
tree | b8554250d40f0eb3931e18ee8f22e0f134979c28 /runtime/doc | |
parent | 86e01085a10b88aa19f9634eaf265656ebb4c945 (diff) | |
download | vim-c7486e034e1467233342da4082de803226e7c52f.zip |
updated for version 7.0178
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/options.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index d3db10224..e121a77c6 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 7.0aa. Last change: 2005 Dec 13 +*options.txt* For Vim version 7.0aa. Last change: 2005 Dec 29 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1598,8 +1598,8 @@ A jump table for the options with a short description can be found at |Q_op|. {not in Vi} {not available when compiled without the +eval or +insert_expand feature} - This option specifies a function to be used for CTRL-X CTRL-U - completion. |i_CTRL-X_CTRL-U| + This option specifies a function to be used for Insert mode completion + with CTRL-X CTRL-U. |i_CTRL-X_CTRL-U| The function will be invoked with two arguments. First the function is called to find the start of the text to be completed. Secondly the @@ -4644,9 +4644,8 @@ A jump table for the options with a short description can be found at |Q_op|. {not in Vi} {not available when compiled without the +eval or +insert_expand feature} - This option specifies a function to be used for CTRL-X CTRL-O - completion. |i_CTRL-X_CTRL-O| - + This option specifies a function to be used for Insert mode omni + completion with CTRL-X CTRL-O. |i_CTRL-X_CTRL-O| For the use of the function see 'completefunc'. |