diff options
| author | Bram Moolenaar <Bram@vim.org> | 2019-08-27 21:56:06 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2019-08-27 21:56:06 +0200 |
| commit | d20070274c47668560e02db184e1f8e456c3c326 (patch) | |
| tree | b63afa5a15e57fe459ba5da10249d195255f6d00 /src/version.c | |
| parent | ea7a08a53ea0e8b4fe1592d9ae4d8f581fef46f8 (diff) | |
| download | vim-git-d20070274c47668560e02db184e1f8e456c3c326.tar.gz | |
patch 8.1.1932: ml_get errors after using append()v8.1.1932
Problem: Ml_get errors after using append(). (Alex Genco)
Solution: Do not update the cursor twice. (closes #1737)
Diffstat (limited to 'src/version.c')
| -rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 9c8ff7099..412ae926f 100644 --- a/src/version.c +++ b/src/version.c @@ -762,6 +762,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1932, +/**/ 1931, /**/ 1930, |
