commit | 167ae42685dcd430800c51ac7339f7f0938a3e70 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 14 21:32:21 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 14 21:32:21 2018 +0200 |
tree | 2a3ca046561dfbf24aae9410a601de37dffeddf6 | |
parent | d7cc16357083c4fc4271e25fb36c4fbaee99e0f1 [diff] [blame] |
patch 8.1.0286: 'incsearch' does not apply to :smagic and :snomagic Problem: 'incsearch' does not apply to :smagic and :snomagic. Solution: Add support. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 876fcf3..23bcbf8 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 286, +/**/ 285, /**/ 284,