commit | d79a26219d7161e9211fd144f0e874aa5f6d251e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 07 18:17:46 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 07 18:17:46 2018 +0200 |
tree | 3473625909143ebb7ce777a42f4115a8bf056803 | |
parent | 680c99b2efc7e2a9e6b3d611133f43fb7f8c6811 [diff] [blame] |
patch 8.1.0039: cannot easily delete lines in another buffer Problem: Cannot easily delete lines in another buffer. Solution: Add deletebufline().
diff --git a/src/version.c b/src/version.c index caec4d6..0c804b9 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 39, +/**/ 38, /**/ 37,