commit | 3697c9bbae755831d3cf2f11179aaff29e343f51 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 26 22:03:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 26 22:03:00 2020 +0200 |
tree | 7dbdca17e7a50d28d76e95109b2c2811230727ab | |
parent | c70bdab0b8a8262a3784084aa1e6271fee8452f1 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index c570995..a8b907d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1750, +/**/ 1749, /**/ 1748,