commit | 298466629119eda501cfdf7824797f05045e67ca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 27 17:39:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 27 17:39:15 2019 +0200 |
tree | 44a6c3979fb2891d69246db76cf9bc1cc48c9e84 | |
parent | 1417c766f55e5959b31da488417b7d9b141404af [diff] [blame] |
patch 8.1.1757: text added with appendbufline() isn't displayed Problem: Text added with appendbufline() to another buffer isn't displayed. Solution: Update topline. (partly by Christian Brabandt, closes #4718)
diff --git a/src/version.c b/src/version.c index b036b3a..5444c77 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1757, +/**/ 1756, /**/ 1755,