comparison runtime/doc/insert.txt @ 857:b933657f7c9d

updated for version 7.0g01
author vimboss
date Tue, 02 May 2006 22:08:30 +0000
parents 8cd729851562
children 99305c4c42d4
comparison
equal deleted inserted replaced
856:8cd729851562 857:b933657f7c9d
1 *insert.txt* For Vim version 7.0g. Last change: 2006 Apr 30 1 *insert.txt* For Vim version 7.0g. Last change: 2006 May 01
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1107 Vim can display the matches in a simplistic popup menu. 1107 Vim can display the matches in a simplistic popup menu.
1108 1108
1109 The menu is used when: 1109 The menu is used when:
1110 - The 'completeopt' option contains "menu" or "menuone". 1110 - The 'completeopt' option contains "menu" or "menuone".
1111 - The terminal supports at least 8 colors. 1111 - The terminal supports at least 8 colors.
1112 - There are at least two matches. One of "menuone" is used. 1112 - There are at least two matches. One if "menuone" is used.
1113 1113
1114 The 'pumheight' option can be used to set a maximum height. The default is to 1114 The 'pumheight' option can be used to set a maximum height. The default is to
1115 use all space available. 1115 use all space available.
1116 1116
1117 There are three states: 1117 There are three states: