commit | 2b926fcb3c5d8bd09a219009336bbec7c66ae67e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 13 11:07:57 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 13 11:07:57 2018 +0200 |
tree | c722b859ccced5352dd2317cc40790b53b0bfb7c | |
parent | 60d0871000e9abf3716ee035cba5b5a9d659e327 [diff] [blame] |
patch 8.1.0279: 'incsearch' highlighting does not skip white space Problem: 'incsearch' highlighting does not skip white space. Solution: Skip white space after the command. (issue #3321)
diff --git a/src/version.c b/src/version.c index e1f2c6f..4a9dd14 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 279, +/**/ 278, /**/ 277,