commit | 33c4dbb74bdf41aadd193a704f597d4df20f0e47 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 14 16:06:16 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 14 16:06:16 2018 +0200 |
tree | e5ab03ee47116aeed841ddeeb635165c3ef3e720 | |
parent | effed9315c6c5a35fc2824b90da4af753c7a02dc [diff] [blame] |
patch 8.1.0282: 'incsearch' does not work with command modifiers Problem: 'incsearch' does not work with command modifiers. Solution: Skip command modifiers.
diff --git a/src/version.c b/src/version.c index 8afd943..d96c6a5 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 282, +/**/ 281, /**/ 280,