forked from aniani/vim
updated for version 7.0-125
This commit is contained in:
@@ -1476,6 +1476,8 @@ do_pending_operator(cap, old_col, gui_yank)
|
|||||||
cap->count1 = 1;
|
cap->count1 = 1;
|
||||||
}
|
}
|
||||||
else if (VIsual_active)
|
else if (VIsual_active)
|
||||||
|
{
|
||||||
|
if (!gui_yank)
|
||||||
{
|
{
|
||||||
/* Save the current VIsual area for '< and '> marks, and "gv" */
|
/* Save the current VIsual area for '< and '> marks, and "gv" */
|
||||||
curbuf->b_visual.vi_start = VIsual;
|
curbuf->b_visual.vi_start = VIsual;
|
||||||
@@ -1485,6 +1487,7 @@ do_pending_operator(cap, old_col, gui_yank)
|
|||||||
# ifdef FEAT_EVAL
|
# ifdef FEAT_EVAL
|
||||||
curbuf->b_visual_mode_eval = VIsual_mode;
|
curbuf->b_visual_mode_eval = VIsual_mode;
|
||||||
# endif
|
# endif
|
||||||
|
}
|
||||||
|
|
||||||
/* In Select mode, a linewise selection is operated upon like a
|
/* In Select mode, a linewise selection is operated upon like a
|
||||||
* characterwise selection. */
|
* characterwise selection. */
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
125,
|
||||||
/**/
|
/**/
|
||||||
124,
|
124,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user