commit | 28a896f54d4b2f2b4bef8ef4144dde1673c9d6e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 28 22:21:12 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 28 22:21:12 2022 +0000 |
tree | 18e049c8ca2444545334b55a80032d259bed3e0a | |
parent | c13e998d4a82e2c90efb4bbc1dd4ea2d6c424592 [diff] [blame] |
patch 9.0.0969: matchparen highlight is not updated when switching buffers Problem: Matchparen highlight is not updated when switching buffers. Solution: Listen to the BufLeave and the BufWinEnter autocmd events. (closes #11626)
diff --git a/src/version.c b/src/version.c index f26f91a..78df0d8 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 969, +/**/ 968, /**/ 967,