]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0049 v8.0.0049
authorBram Moolenaar <Bram@vim.org>
Thu, 27 Oct 2016 15:27:44 +0000 (17:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 27 Oct 2016 15:27:44 +0000 (17:27 +0200)
commit2f97912800e86a296c001832bbbf2fc425f1e533
treee304476d781edf4c5f1603e3c4787b0338cc8c64
parent6d5ad4c4118cab5fd96db157621c3aa9af368edb
patch 8.0.0049
Problem:    When a match ends in part of concealed text highlighting, it might
            mess up concealing by resetting prev_syntax_id.
Solution:   Do not reset prev_syntax_id and add a test to verify. (Christian
            Brabandt, closes #1092)
src/screen.c
src/testdir/test_matchadd_conceal.vim
src/version.c