comparison src/version.c @ 31271:985a3d6e1d4b v9.0.0969

patch 9.0.0969: matchparen highlight is not updated when switching buffers Commit: https://github.com/vim/vim/commit/28a896f54d4b2f2b4bef8ef4144dde1673c9d6e7 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 28 22:21:12 2022 +0000 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)
author Bram Moolenaar <Bram@vim.org>
date Mon, 28 Nov 2022 23:30:03 +0100
parents b2a11acd2170
children 25b9669741b2
comparison
equal deleted inserted replaced
31270:8f50da4cfb18 31271:985a3d6e1d4b
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 969,
698 /**/ 700 /**/
699 968, 701 968,
700 /**/ 702 /**/
701 967, 703 967,
702 /**/ 704 /**/