commit | 94be619e30e82d28cadeea5e0766c6f5c321ff8b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 22 22:40:11 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 22 22:40:11 2017 +0200 |
tree | e454f390de5e1e395ea5e260d0748d0db25434b4 | |
parent | f1d21c8cc83f40c815b6bf13cd2043152db533ee [diff] [blame] |
patch 8.0.0581: moving folded text is sometimes not correct Problem: Moving folded text is sometimes not correct. Solution: Bail out when "move_end" is zero. (Matthew Malcomson)
diff --git a/src/version.c b/src/version.c index c41cc5a..3f74d6e 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 581, +/**/ 580, /**/ 579,