forked from aniani/vim
updated for version 7.4.563
Problem: No test for replacing on a tab in Virtual replace mode. Solution: Add a test. (Elias Diem)
This commit is contained in:
@@ -44,6 +44,10 @@ $4lDi<-- 'D' should be intact
|
|||||||
:set ve=all
|
:set ve=all
|
||||||
/^"r"
|
/^"r"
|
||||||
$5lrxa<-- should be 'x'
|
$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
|
:" Test to make sure 'x' can delete control characters
|
||||||
:set display=uhex
|
:set display=uhex
|
||||||
@@ -72,6 +76,7 @@ this is a test
|
|||||||
this is a test
|
this is a test
|
||||||
this is a test
|
this is a test
|
||||||
this is a test
|
this is a test
|
||||||
|
"r"
|
||||||
"r"
|
"r"
|
||||||
ab
|
ab
|
||||||
sd
|
sd
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ this is a test
|
|||||||
this is a test
|
this is a test
|
||||||
this is a test
|
this is a test
|
||||||
"r" x<-- should be 'x'
|
"r" x<-- should be 'x'
|
||||||
|
"r" x <-- should be ' x '
|
||||||
[This line should contain only the text between the brackets.]
|
[This line should contain only the text between the brackets.]
|
||||||
v i m <-- should show the name of a noted text editor
|
v i m <-- should show the name of a noted text editor
|
||||||
6 . 0 <-- and its version number
|
6 . 0 <-- and its version number
|
||||||
|
|||||||
@@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
563,
|
||||||
/**/
|
/**/
|
||||||
562,
|
562,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user