commit | 3f1a53c4349a309c3f4acf358d3cf18f9c455050 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 12 16:55:14 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 12 16:55:14 2018 +0200 |
tree | 4af721860a28faa627b037cd21c6a70868805d84 | |
parent | b0f42ba60d9e6d101d103421ba0c351811615c15 [diff] [blame] |
patch 8.0.1818: lines remove from wrong buffer when using terminal window Problem: Lines remove from wrong buffer when using terminal window. Solution: Make sure to use tl_buffer.
diff --git a/src/version.c b/src/version.c index 81f867b..5d85a80 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1818, +/**/ 1817, /**/ 1816,