commit | a43993897aa372159f682df37562f159994dc85c | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Sat Apr 09 21:04:08 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 09 21:04:08 2022 +0100 |
tree | f5336f7c06025b8c072e794dcf72b2a4d83cd8a7 | |
parent | 2bf52dd065495cbf28e28792f2c2d50d44546d9f [diff] [blame] |
patch 8.2.4724: current instance of last search pattern not easily spotted Problem: Current instance of last search pattern not easily spotted. Solution: Add CurSearch highlighting. (closes #10133)
diff --git a/src/version.c b/src/version.c index 574bacb..ecf8461 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4724, +/**/ 4723, /**/ 4722,