comparison runtime/doc/options.txt @ 21373:3d73cdd173ab v8.2.1237

patch 8.2.1237: changing 'completepopup' after opening popup has no effect Commit: https://github.com/vim/vim/commit/447bfba24b231777a79bf53cdb33f44d9691e47e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 18 16:07:16 2020 +0200 patch 8.2.1237: changing 'completepopup' after opening popup has no effect Problem: Changing 'completepopup' after opening a popup has no effect. (Jay Sitter) Solution: Close the popup when the options are changed. (closes #6471)
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 Jul 2020 16:15:04 +0200
parents 21fb2a3ad3ca
children 2c40e60017a8
comparison
equal deleted inserted replaced
21372:86c5173b29b1 21373:3d73cdd173ab
1949 'completepopup' 'cpp' string (default empty) 1949 'completepopup' 'cpp' string (default empty)
1950 global 1950 global
1951 {not available when compiled without the |+textprop| 1951 {not available when compiled without the |+textprop|
1952 or |+quickfix| feature} 1952 or |+quickfix| feature}
1953 When 'completeopt' contains "popup" then this option is used for the 1953 When 'completeopt' contains "popup" then this option is used for the
1954 properties of the info popup when it is created. You can also use 1954 properties of the info popup when it is created. If an info popup
1955 |popup_findinfo()| and then set properties for an existing info popup 1955 window already exists it is closed, so that the option value is
1956 with |popup_setoptions()|. See |complete-popup|. 1956 applied when it is created again.
1957 You can also use |popup_findinfo()| and then set properties for an
1958 existing info popup with |popup_setoptions()|. See |complete-popup|.
1957 1959
1958 1960
1959 *'concealcursor'* *'cocu'* 1961 *'concealcursor'* *'cocu'*
1960 'concealcursor' 'cocu' string (default: "") 1962 'concealcursor' 'cocu' string (default: "")
1961 local to window 1963 local to window