1
0
forked from aniani/vim

patch 8.2.1750: popup_setoptions() setting firstline fails if cursorline set

Problem:    Setting firstline with popup_setoptions() fails if cursorline is
            set.
Solution:   Use apply_options(). Update the popup before applying "zz".
            (closes #7010)
This commit is contained in:
Bram Moolenaar
2020-09-26 22:03:00 +02:00
parent c70bdab0b8
commit 3697c9bbae
8 changed files with 102 additions and 24 deletions

View File

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