commit | e7f05a8780426dc7af247419c6d02d5f1e896689 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 22 15:35:28 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 22 15:35:28 2023 +0100 |
tree | 2f52514eaf9bde52797f0d45ba037d7b1c11f8f1 | |
parent | 9be736f2eb7b3474246d644d3defe6fd126b5b18 [diff] [blame] |
patch 9.0.1476: lines put in non-current window are not displayed Problem: Lines put in non-current window are not displayed. (Marius Gedminas) Solution: Don't increment the topline when inserting just above it. (closes #12212)
diff --git a/src/version.c b/src/version.c index 263e98a..1ffff63 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,10 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1476, +/**/ + 1475, +/**/ 1474, /**/ 1473,