commit | 164251ff805e89a3d9a850a77e3139e28908f44a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 12 16:26:58 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 12 16:26:58 2018 +0200 |
tree | 944920cfc69aeb219a5bf8feedccaa599ca108c5 | |
parent | 976b847f43dd16eb6cd809d2dcab7dde6045e176 [diff] [blame] |
patch 8.1.0276: no test for 'incsearch' highlighting with :s Problem: No test for 'incsearch' highlighting with :s. Solution: Add a screendump test.
diff --git a/src/version.c b/src/version.c index a8262a7..98b2335 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 276, +/**/ 275, /**/ 274,