]> granicus.if.org Git - vim/commit
patch 8.1.1795: no syntax HL after splitting windows with :bufdo v8.1.1795
authorBram Moolenaar <Bram@vim.org>
Sat, 3 Aug 2019 11:29:46 +0000 (13:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 3 Aug 2019 11:29:46 +0000 (13:29 +0200)
commitc7f1e4002184903f4e12e429dd5c6ab731932f86
treea101834cbba39badc74d3882e2f011218848c3bf
parentf2d8b7a0a69fd71018341755da5ce55d067b5923
patch 8.1.1795: no syntax HL after splitting windows with :bufdo

Problem:    No syntax HL after splitting windows with :bufdo. (Yasuhiro
            Matsumoto)
Solution:   Trigger Syntax autocommands in buffers that are active.
            (closes #4761)
src/ex_cmds2.c
src/option.c
src/testdir/test_syntax.vim
src/version.c
src/vim.h