diff options
| author | Bram Moolenaar <Bram@vim.org> | 2018-08-12 21:53:15 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2018-08-12 21:53:15 +0200 |
| commit | 60d0871000e9abf3716ee035cba5b5a9d659e327 (patch) | |
| tree | 8f1636ef2aa83eb322ae023e4277f0a0db1b8f61 /src/version.c | |
| parent | c7f08b7ee1c1ff2080d425c2fcdb6907c26fc98e (diff) | |
| download | vim-git-8.1.0278.tar.gz | |
patch 8.1.0278: 'incsearch' highlighting does not accept reverse rangev8.1.0278
Problem: 'incsearch' highlighting does not accept reverse range.
Solution: Swap the range when needed. (issue #3321)
Diffstat (limited to 'src/version.c')
| -rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index a3f81f072..e1f2c6f2c 100644 --- a/src/version.c +++ b/src/version.c @@ -795,6 +795,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 278, +/**/ 277, /**/ 276, |
