]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0581: moving folded text is sometimes not correct v8.0.0581
authorBram Moolenaar <Bram@vim.org>
Sat, 22 Apr 2017 20:40:11 +0000 (22:40 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 22 Apr 2017 20:40:11 +0000 (22:40 +0200)
commit94be619e30e82d28cadeea5e0766c6f5c321ff8b
treee454f390de5e1e395ea5e260d0748d0db25434b4
parentf1d21c8cc83f40c815b6bf13cd2043152db533ee
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)
src/fold.c
src/testdir/test_fold.vim
src/version.c