commit | b31cf2bb0be95d106bd8eef93cc07550591c1d0d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 02 19:45:19 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 02 19:45:19 2017 +0200 |
tree | 21fe60ccae6ed5e12c50c564ad824d0d1a746742 | |
parent | cf4b00c856ef714482d8d060332ac9a4d74e6b88 [diff] [blame] |
patch 8.0.1039: cannot change a line in not current buffer Problem: Cannot change a line in a buffer other than the current one. Solution: Add setbufline(). (Yasuhiro Matsumoto, Ozaki Kiichi, closes #1953)
diff --git a/src/version.c b/src/version.c index e8e508f..8bc6d72 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1039, +/**/ 1038, /**/ 1037,