comparison runtime/doc/insert.txt @ 841:c2cae213194d v7.0e07

updated for version 7.0e07
author vimboss
date Sun, 23 Apr 2006 22:40:29 +0000
parents 8e5830943bff
children a209672376fd
comparison
equal deleted inserted replaced
840:2c885fab04e3 841:c2cae213194d
1 *insert.txt* For Vim version 7.0e. Last change: 2006 Apr 20 1 *insert.txt* For Vim version 7.0e. Last change: 2006 Apr 23
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1015 info more information about the item, can be displayed in a 1015 info more information about the item, can be displayed in a
1016 preview window 1016 preview window
1017 kind single letter indicating the type of completion 1017 kind single letter indicating the type of completion
1018 icase when non-zero case is to be ignored; when omitted 1018 icase when non-zero case is to be ignored; when omitted
1019 the 'ignorecase' option is used 1019 the 'ignorecase' option is used
1020 dup when non-zero this match will be added even when an
1021 item with the same word is already present.
1020 1022
1021 All of these except 'icase' must be a string. If an item does not meet these 1023 All of these except 'icase' must be a string. If an item does not meet these
1022 requirements then an error message is given and further items in the list are 1024 requirements then an error message is given and further items in the list are
1023 not used. You can mix string and Dictionary items in the returned list. 1025 not used. You can mix string and Dictionary items in the returned list.
1024 1026