summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-08-13 22:54:35 +0200
committerBram Moolenaar <Bram@vim.org>2018-08-13 22:54:35 +0200
commitdef7b1dc6104a6ce6d7c3e3a615231178601b124 (patch)
tree6257847535525b07ee58fb21dd35630c457a089e /src/version.c
parent2b926fcb3c5d8bd09a219009336bbec7c66ae67e (diff)
downloadvim-git-8.1.0280.tar.gz
patch 8.1.0280: 'incsearch' highlighting does not work for ":g!/"v8.1.0280
Problem: 'incsearch' highlighting does not work for ":g!/". Solution: Skip the exclamation mark. (Hirohito Higashi)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 4a9dd1423..145099220 100644
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 280,
+/**/
279,
/**/
278,