mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.1-181
This commit is contained in:
@@ -4212,11 +4212,6 @@ do_sub(eap)
|
|||||||
sub_nlines = 0;
|
sub_nlines = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef FEAT_FKMAP /* reverse the flow of the Farsi characters */
|
|
||||||
if (p_altkeymap && curwin->w_p_rl)
|
|
||||||
lrF_sub(cmd);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if (eap->cmdidx == CMD_tilde)
|
if (eap->cmdidx == CMD_tilde)
|
||||||
which_pat = RE_LAST; /* use last used regexp */
|
which_pat = RE_LAST; /* use last used regexp */
|
||||||
else
|
else
|
||||||
@@ -4252,6 +4247,10 @@ do_sub(eap)
|
|||||||
}
|
}
|
||||||
else /* find the end of the regexp */
|
else /* find the end of the regexp */
|
||||||
{
|
{
|
||||||
|
#ifdef FEAT_FKMAP /* reverse the flow of the Farsi characters */
|
||||||
|
if (p_altkeymap && curwin->w_p_rl)
|
||||||
|
lrF_sub(cmd);
|
||||||
|
#endif
|
||||||
which_pat = RE_LAST; /* use last used regexp */
|
which_pat = RE_LAST; /* use last used regexp */
|
||||||
delimiter = *cmd++; /* remember delimiter character */
|
delimiter = *cmd++; /* remember delimiter character */
|
||||||
pat = cmd; /* remember start of search pat */
|
pat = cmd; /* remember start of search pat */
|
||||||
|
@@ -666,6 +666,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 */
|
||||||
|
/**/
|
||||||
|
181,
|
||||||
/**/
|
/**/
|
||||||
180,
|
180,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user