diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-23 22:40:29 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-23 22:40:29 +0000 |
commit | 4a85b4156098a30daf5b15a7fb7587a1c7c99f94 (patch) | |
tree | a1874218752c56897f955c24b012836b8c9e80f8 /runtime/doc/insert.txt | |
parent | eb3593b38b7b6b658e93ad05d6caf76d58cc0c35 (diff) | |
download | vim-git-4a85b4156098a30daf5b15a7fb7587a1c7c99f94.tar.gz |
updated for version 7.0e07v7.0e07
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r-- | runtime/doc/insert.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index b3ccddf6d..144261c2f 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -1,4 +1,4 @@ -*insert.txt* For Vim version 7.0e. Last change: 2006 Apr 20 +*insert.txt* For Vim version 7.0e. Last change: 2006 Apr 23 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1017,6 +1017,8 @@ items: kind single letter indicating the type of completion icase when non-zero case is to be ignored; when omitted the 'ignorecase' option is used + dup when non-zero this match will be added even when an + item with the same word is already present. 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 |