]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0408: updating folds does not always work properly v8.0.0408
authorBram Moolenaar <Bram@vim.org>
Sat, 4 Mar 2017 17:42:39 +0000 (18:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 4 Mar 2017 17:42:39 +0000 (18:42 +0100)
commiteadbc2b46176e2aff2cde5f3874b734ae2ae082a
tree414d4842c93423c098ce04467c8b3aa4b7f7e511
parent3f3897e41f77a7bcd44ffd37acd4d524c0169ed4
patch 8.0.0408: updating folds does not always work properly

Problem:    Updating folds does not work properly when inserting a file and a
            few other situations.
Solution:   Adjust the way folds are updated. (Matthew Malcomson)
src/fold.c
src/testdir/test_fold.vim
src/version.c