comparison runtime/doc/insert.txt @ 11062:1218c5353e2b

Runtime file updates. commit https://github.com/vim/vim/commit/214641f77df6f318a4b3a0b09723c19859a103f4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 5 17:04:09 2017 +0100 Runtime file updates.
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Mar 2017 17:15:05 +0100
parents 9f48eab77d62
children 4aae8146c21f
comparison
equal deleted inserted replaced
11061:0f11b92d7f5e 11062:1218c5353e2b
1101 dup when non-zero this match will be added even when an 1101 dup when non-zero this match will be added even when an
1102 item with the same word is already present. 1102 item with the same word is already present.
1103 empty when non-zero this match will be added even when it is 1103 empty when non-zero this match will be added even when it is
1104 an empty string 1104 an empty string
1105 1105
1106 All of these except 'icase', 'dup' and 'empty' must be a string. If an item 1106 All of these except "icase", "dup" and "empty" must be a string. If an item
1107 does not meet these requirements then an error message is given and further 1107 does not meet these requirements then an error message is given and further
1108 items in the list are not used. You can mix string and Dictionary items in 1108 items in the list are not used. You can mix string and Dictionary items in
1109 the returned list. 1109 the returned list.
1110 1110
1111 The "menu" item is used in the popup menu and may be truncated, thus it should 1111 The "menu" item is used in the popup menu and may be truncated, thus it should