mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.2-095
This commit is contained in:
parent
5b3e460036
commit
57fb0da2f9
@ -6783,6 +6783,8 @@ nv_replace(cap)
|
|||||||
/* Visual mode "r" */
|
/* Visual mode "r" */
|
||||||
if (VIsual_active)
|
if (VIsual_active)
|
||||||
{
|
{
|
||||||
|
if (got_int)
|
||||||
|
reset_VIsual();
|
||||||
nv_operator(cap);
|
nv_operator(cap);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -676,6 +676,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 */
|
||||||
|
/**/
|
||||||
|
95,
|
||||||
/**/
|
/**/
|
||||||
94,
|
94,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user