]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0637: incsearch highlighting does not work for ":sort!" v8.2.0637
authorBram Moolenaar <Bram@vim.org>
Sat, 25 Apr 2020 13:54:16 +0000 (15:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 25 Apr 2020 13:54:16 +0000 (15:54 +0200)
commit333015a46e916f566763ec44ae8669c0378767d9
treedc3532022d4401595b0aa5b214f40d138ad6fe08
parent41f6918bf4545de6a80c96d8c80f5f509f9a647f
patch 8.2.0637: incsearch highlighting does not work for ":sort!"

Problem:    Incsearch highlighting does not work for ":sort!".
Solution:   Skip over the exclamation point. (closes #5983)
src/ex_getln.c
src/testdir/dumps/Test_incsearch_sort_02.dump [new file with mode: 0644]
src/testdir/test_search.vim
src/version.c