]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1303: calling popup_setoptions() resets 'signcolumn' v8.2.1303
authorBram Moolenaar <Bram@vim.org>
Sun, 26 Jul 2020 20:20:54 +0000 (22:20 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 Jul 2020 20:20:54 +0000 (22:20 +0200)
commit6d585f4c5c8d120f768dd61bfd32f6e57ad562a7
tree47e0cb1bbc2f7aa9b223584994afd45a5b68869d
parent01865ade85d2508639e24aaca5948b09fb284a82
patch 8.2.1303: calling popup_setoptions() resets 'signcolumn'

Problem:    Calling popup_setoptions() resets 'signcolumn'.
Solution:   Only set 'signcolumn' when creating the popup. (closes #6542)
src/popupwin.c
src/testdir/test_popupwin.vim
src/version.c