1
0
forked from aniani/vim

patch 9.1.0015: i_CTRL-R- no longer works in replace mode

Problem:  i_CTRL-R- no longer works in replace mode
Solution: delete characters in replace mode before putting, add a test,
          add a bit warning into the documentation, that i_CTRL-R-P/O
          is not supported in Replace mode for now

fixes: #13792
closes: #13816

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt
2024-01-05 18:19:52 +01:00
parent b1ed7ec9f7
commit 5d5cbb2b9a
5 changed files with 40 additions and 5 deletions

View File

@@ -4181,4 +4181,4 @@ func Test_brace_single_line()
bw!
endfunc
" vim: shiftwidth=2 sts=2 expandtab
" vim: shiftwidth=2 sts=2 expandtab nofoldenable