]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0278: 'incsearch' highlighting does not accept reverse range v8.1.0278
authorBram Moolenaar <Bram@vim.org>
Sun, 12 Aug 2018 19:53:15 +0000 (21:53 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 12 Aug 2018 19:53:15 +0000 (21:53 +0200)
commit60d0871000e9abf3716ee035cba5b5a9d659e327
tree8f1636ef2aa83eb322ae023e4277f0a0db1b8f61
parentc7f08b7ee1c1ff2080d425c2fcdb6907c26fc98e
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)
src/ex_getln.c
src/testdir/dumps/Test_incsearch_substitute_04.dump [new file with mode: 0644]
src/testdir/test_search.vim
src/version.c