comparison runtime/doc/options.txt @ 17909:cc953757ed2a

Runtime files update. Commit: https://github.com/vim/vim/commit/06fe74aef72606ac34c9f494186e52614b8fb59a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 31 16:20:32 2019 +0200 Runtime files update.
author Bram Moolenaar <Bram@vim.org>
date Sat, 31 Aug 2019 16:30:04 +0200
parents 59f8948b7590
children 6650e3dff8d4
comparison
equal deleted inserted replaced
17908:d9ada976a4c0 17909:cc953757ed2a
1932 'completepopup' 'cpp' string (default empty) 1932 'completepopup' 'cpp' string (default empty)
1933 global 1933 global
1934 {not available when compiled without the |+textprop| 1934 {not available when compiled without the |+textprop|
1935 or |+quickfix| feature} 1935 or |+quickfix| feature}
1936 When 'completeopt' contains "popup" then this option is used for the 1936 When 'completeopt' contains "popup" then this option is used for the
1937 properties of the info popup. See |complete-popup|. 1937 properties of the info popup when it is created. You can also use
1938 |popup_findinfo()| and then set properties for an existing info popup
1939 with |popup_setoptions()|. See |complete-popup|.
1938 1940
1939 1941
1940 *'concealcursor'* *'cocu'* 1942 *'concealcursor'* *'cocu'*
1941 'concealcursor' 'cocu' string (default: "") 1943 'concealcursor' 'cocu' string (default: "")
1942 local to window 1944 local to window