commit | d20070274c47668560e02db184e1f8e456c3c326 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 27 21:56:06 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 27 21:56:06 2019 +0200 |
tree | b63afa5a15e57fe459ba5da10249d195255f6d00 | |
parent | ea7a08a53ea0e8b4fe1592d9ae4d8f581fef46f8 [diff] [blame] |
patch 8.1.1932: ml_get errors after using append() Problem: Ml_get errors after using append(). (Alex Genco) Solution: Do not update the cursor twice. (closes #1737)
diff --git a/src/version.c b/src/version.c index 9c8ff70..412ae92 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1932, +/**/ 1931, /**/ 1930,