commit | f13daa46da85a80dd05704cdde0660c2b2651a5a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 31 22:09:54 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 31 22:09:54 2018 +0200 |
tree | 8125517a1c869f1a182f99d6fc97d7fcc0954972 | |
parent | f6ceaf1e058c64775fd46cbdb8962f5c19ef83e0 [diff] [blame] |
patch 8.1.0339: wrong highlight when 'incsearch' set and cancelling :s Problem: Wrong highlight when 'incsearch' set and cancelling :s. Solution: Reset search line range. (Hirohito Higashi, Masamichi Abe)
diff --git a/src/version.c b/src/version.c index 7dd1591..ec13271 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 339, +/**/ 338, /**/ 337,