commit | c7f1e4002184903f4e12e429dd5c6ab731932f86 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 03 13:29:46 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 03 13:29:46 2019 +0200 |
tree | a101834cbba39badc74d3882e2f011218848c3bf | |
parent | f2d8b7a0a69fd71018341755da5ce55d067b5923 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 43999bf..10e05f4 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1795, +/**/ 1794, /**/ 1793,