comparison runtime/doc/insert.txt @ 820:57c7403f6599

updated for version 7.0c11
author vimboss
date Thu, 06 Apr 2006 20:18:50 +0000
parents 23f82b5d2814
children 6675076019ae
comparison
equal deleted inserted replaced
819:23f82b5d2814 820:57c7403f6599
1 *insert.txt* For Vim version 7.0c. Last change: 2006 Apr 05 1 *insert.txt* For Vim version 7.0c. Last change: 2006 Apr 06
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1005 is used as the completion. When it is a Dictionary it can contain these 1005 is used as the completion. When it is a Dictionary it can contain these
1006 items: 1006 items:
1007 word the text that will be inserted, mandatory 1007 word the text that will be inserted, mandatory
1008 abbr abbreviation of "word"; when not empty it is used in 1008 abbr abbreviation of "word"; when not empty it is used in
1009 the menu instead of "word" 1009 the menu instead of "word"
1010 menu extra text for the popup menu, after "word" or "abbr" 1010 menu extra text for the popup menu, displayed after "word"
1011 or "abbr"
1011 info more information about the item, can be displayed in a 1012 info more information about the item, can be displayed in a
1012 preview window 1013 preview window
1013 kind single letter indicating the type of completion 1014 kind single letter indicating the type of completion
1014 icase when non-zero case is to be ignored; when omitted 1015 icase when non-zero case is to be ignored; when omitted
1015 the 'ignorecase' option is used 1016 the 'ignorecase' option is used