commit | def7b1dc6104a6ce6d7c3e3a615231178601b124 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 13 22:54:35 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 13 22:54:35 2018 +0200 |
tree | 6257847535525b07ee58fb21dd35630c457a089e | |
parent | 2b926fcb3c5d8bd09a219009336bbec7c66ae67e [diff] [blame] |
patch 8.1.0280: 'incsearch' highlighting does not work for ":g!/" Problem: 'incsearch' highlighting does not work for ":g!/". Solution: Skip the exclamation mark. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 4a9dd14..1450992 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 280, +/**/ 279, /**/ 278,