commit | 9d34d90210ba52ebaf45973282e5921f5af364c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 27 22:18:12 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 27 22:18:12 2018 +0200 |
tree | b3a56a49f0ce1d83dbb39c053edc8d642bb7f62d | |
parent | c3c3e698966fac86dee94799b70947defb85440d [diff] [blame] |
patch 8.0.1767: with 'incsearch' text may jump up and down Problem: With 'incsearch' text may jump up and down. () Solution: Besides w_botline also save and restore w_empty_rows. (closes # 2530)
diff --git a/src/version.c b/src/version.c index a79e38b..428ae28 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1767, +/**/ 1766, /**/ 1765,