comparison runtime/doc/insert.txt @ 785:fd60bacf955b

updated for version 7.0229
author vimboss
date Sun, 19 Mar 2006 22:11:16 +0000
parents 335444c09581
children 8c0b00d50acf
comparison
equal deleted inserted replaced
784:1cc5f2c523ee 785:fd60bacf955b
1 *insert.txt* For Vim version 7.0aa. Last change: 2006 Mar 15 1 *insert.txt* For Vim version 7.0aa. Last change: 2006 Mar 19
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
991 *complete-items* 991 *complete-items*
992 Each list item can either be a string or a Dictionary. When it is a string it 992 Each list item can either be a string or a Dictionary. When it is a string it
993 is used as the completion. When it is a Dictionary it can contain these 993 is used as the completion. When it is a Dictionary it can contain these
994 items: 994 items:
995 word the completion, mandatory 995 word the completion, mandatory
996 abbr abbreviation of "word", to be used in the menu
996 menu extra text for the popup menu 997 menu extra text for the popup menu
997 info more information about the item 998 info more information about the item
998 kind single letter indicating the type of completion 999 kind single letter indicating the type of completion
999 icase when non-zero case is to be ignored; when omitted 1000 icase when non-zero case is to be ignored; when omitted
1000 the 'ignorecase' option is used 1001 the 'ignorecase' option is used