commit | 60d0871000e9abf3716ee035cba5b5a9d659e327 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 12 21:53:15 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 12 21:53:15 2018 +0200 |
tree | 8f1636ef2aa83eb322ae023e4277f0a0db1b8f61 | |
parent | c7f08b7ee1c1ff2080d425c2fcdb6907c26fc98e [diff] [blame] |
patch 8.1.0278: 'incsearch' highlighting does not accept reverse range Problem: 'incsearch' highlighting does not accept reverse range. Solution: Swap the range when needed. (issue #3321)
diff --git a/src/version.c b/src/version.c index a3f81f0..e1f2c6f 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 278, +/**/ 277, /**/ 276,