commit | 2e51d9a0972080b087d566608472928d5b7b35d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 29 16:40:30 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 29 16:40:30 2017 +0100 |
tree | d1c0c0b573d1db2480fa2994be456ec28c5432c3 | |
parent | af2d20c6285c1d2973e3d9b5e8f727e3ed180493 [diff] [blame] |
patch 8.0.1238: incremental search only shows one match Problem: Incremental search only shows one match. Solution: When 'incsearch' and and 'hlsearch' are both set highlight all matches. (haya14busa, closes #2198)
diff --git a/src/version.c b/src/version.c index ff69454..7d4ba56 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1238, +/**/ 1237, /**/ 1236,