commit | 32033d23975dbe674f98e1ac5a9a644002faaa3e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 25 06:28:57 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 25 06:28:57 2019 +0100 |
tree | f136c4e7432b46c4aa262b92bfd5a531a8aece0e | |
parent | 5b868a82ed2151201350122fcdb75b35c557c528 [diff] [blame] |
patch 8.1.0982: update_cursor() called twice in :shell Problem: update_cursor() called twice in :shell. Solution: Remove one of the calls. (Yasuhiro Matsumoto, closes #4039)
diff --git a/src/version.c b/src/version.c index cf47f21..8e9c87a 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 982, +/**/ 981, /**/ 980,