]> granicus.if.org Git - vim/commit
patch 8.1.1704: C-R C-W does not work after C-G when using 'incsearch' v8.1.1704
authorBram Moolenaar <Bram@vim.org>
Tue, 16 Jul 2019 19:38:51 +0000 (21:38 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 16 Jul 2019 19:38:51 +0000 (21:38 +0200)
commit69a5b867940d25f68a782de5c1165d65b51fcafa
tree7f76d65e19c2ec563004c7ccc01750dec55fc681
parent61386408063a2300d7d7f42c5156f66f6252fb54
patch 8.1.1704: C-R C-W does not work after C-G when using 'incsearch'

Problem:    C-R C-W does not work after C-G when using 'incsearch'.
Solution:   Put cursor at end of the match. (Yasuhiro Matsumoto, closes #4664)
src/ex_getln.c
src/testdir/test_search.vim
src/version.c