1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-07-26 22:20:54 +02:00
parent 01865ade85
commit 6d585f4c5c
3 changed files with 16 additions and 2 deletions

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1303,
/**/
1302,
/**/