mirror of
https://github.com/neovim/neovim.git
synced 2024-12-27 14:21:31 -07:00
vim-patch:7.4.563
Problem: No test for replacing on a tab in Virtual replace mode. Solution: Add a test. (Elias Diem) https://code.google.com/p/vim/source/detail?r=v7-4-563
This commit is contained in:
parent
65c1e265dd
commit
869d4c972e
@ -44,6 +44,10 @@ $4lDi<-- 'D' should be intact
|
||||
/^"r"
|
||||
$5lrxa<-- should be 'x'
|
||||
:"
|
||||
:" Test "r" on a tab
|
||||
:" Note that for this test, 'ts' must be 8 (the default).
|
||||
^5lrxA<-- should be ' x '
|
||||
:"
|
||||
:" Test to make sure 'x' can delete control characters
|
||||
:set display=uhex
|
||||
^xxxxxxi[This line should contain only the text between the brackets.]
|
||||
@ -72,6 +76,7 @@ this is a test
|
||||
this is a test
|
||||
this is a test
|
||||
"r"
|
||||
"r"
|
||||
ab
sd
|
||||
abcv6efi.him0kl
|
||||
|
||||
|
@ -12,6 +12,7 @@ this is a test
|
||||
this is a test
|
||||
this is a test
|
||||
"r" x<-- should be 'x'
|
||||
"r" x <-- should be ' x '
|
||||
[This line should contain only the text between the brackets.]
|
||||
v i m <-- should show the name of a noted text editor
|
||||
6 . 0 <-- and its version number
|
||||
|
@ -182,7 +182,7 @@ static int included_patches[] = {
|
||||
//566,
|
||||
//565,
|
||||
//564,
|
||||
//563,
|
||||
563,
|
||||
//562,
|
||||
//561,
|
||||
//560 NA
|
||||
|
Loading…
Reference in New Issue
Block a user