diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-22 21:25:37 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-22 21:25:37 +0000 |
commit | d1f56e68f1315687ff5b913e2577f11b0b620573 (patch) | |
tree | adbac0a00c07ee933058543eb3f251a83e707624 /runtime/doc/insert.txt | |
parent | 238a564935abe36832b267f32b5487556c640d00 (diff) | |
download | vim-git-d1f56e68f1315687ff5b913e2577f11b0b620573.tar.gz |
updated for version 7.0204v7.0204
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r-- | runtime/doc/insert.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index 450f6670f..5f551312b 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -1,4 +1,4 @@ -*insert.txt* For Vim version 7.0aa. Last change: 2006 Feb 14 +*insert.txt* For Vim version 7.0aa. Last change: 2006 Feb 22 VIM REFERENCE MANUAL by Bram Moolenaar @@ -993,10 +993,12 @@ items: menu extra text for the popup menu info more information about the item kind single letter indicating the type of completion + icase when not zero case is to be ignored; when omitted + the 'ignorecase' option is used -All of these must be a string. If an item does not meet these requirements -then an error message is given and further items in the list are not used. -You can mix string and Dictionary items in the returned list. +All of these except 'icase' must be a string. If an item does not meet these +requirements then an error message is given and further items in the list are +not used. You can mix string and Dictionary items in the returned list. The "menu" item is used in the popup menu and may be truncated, thus it should be relatively short. The "info" item can be longer, it may be displayed in a |