commit | 9e67b6a6a126f401417590dedf1bd38f71bfbae4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 30 17:34:08 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 30 17:34:08 2019 +0200 |
tree | db35f5353e791964b6ead20edf8a9a2750d69171 | |
parent | 821d771e86dcfc64491b2619f799ac977fc32630 [diff] [blame] |
patch 8.1.1945: popup window "firstline" cannot be reset Problem: Popup window "firstline" cannot be reset. Solution: Allow for setting "firstline" to zero. Fix that the text jumps to the top when using win_execute(). (closes #4876)
diff --git a/src/version.c b/src/version.c index 71901c9..5bde641 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1945, +/**/ 1944, /**/ 1943,