1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2018-08-12 21:53:15 +02:00
parent c7f08b7ee1
commit 60d0871000
4 changed files with 28 additions and 2 deletions

View File

@@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
278,
/**/
277,
/**/