forked from aniani/vim
updated for version 7.0211
This commit is contained in:
@@ -13412,8 +13412,8 @@ do_searchpair(spat, mpat, epat, dir, skip, flags, match_pos, lnum_stop)
|
||||
|
||||
save_cursor = curwin->w_cursor;
|
||||
pos = curwin->w_cursor;
|
||||
firstpos.lnum = 0;
|
||||
foundpos.lnum = 0;
|
||||
clearpos(&firstpos);
|
||||
clearpos(&foundpos);
|
||||
pat = pat3;
|
||||
for (;;)
|
||||
{
|
||||
@@ -15582,9 +15582,9 @@ var2fpos(varp, lnum)
|
||||
typval_T *varp;
|
||||
int lnum; /* TRUE when $ is last line */
|
||||
{
|
||||
char_u *name;
|
||||
char_u *name;
|
||||
static pos_T pos;
|
||||
pos_T *pp;
|
||||
pos_T *pp;
|
||||
|
||||
/* Argument can be [lnum, col]. */
|
||||
if (varp->v_type == VAR_LIST)
|
||||
|
||||
@@ -582,7 +582,7 @@ EX(CMD_mapclear, "mapclear", ex_mapclear,
|
||||
EX(CMD_marks, "marks", do_marks,
|
||||
EXTRA|TRLBAR|CMDWIN),
|
||||
EX(CMD_match, "match", ex_match,
|
||||
EXTRA|CMDWIN),
|
||||
RANGE|NOTADR|EXTRA|CMDWIN),
|
||||
EX(CMD_menu, "menu", ex_menu,
|
||||
RANGE|NOTADR|ZEROR|BANG|EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN),
|
||||
EX(CMD_menutranslate, "menutranslate", ex_menutranslate,
|
||||
|
||||
@@ -2146,6 +2146,9 @@ ex_emenu(eap)
|
||||
curwin->w_cursor.col = 1;
|
||||
tpos.lnum = eap->line2;
|
||||
tpos.col = MAXCOL;
|
||||
#ifdef FEAT_VIRTUALEDIT
|
||||
tpos.coladd = 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
/* Activate visual mode */
|
||||
|
||||
@@ -117,7 +117,7 @@ KEP =
|
||||
RAR ?
|
||||
BAD !
|
||||
|
||||
NOSPLITSUGS
|
||||
#NOSPLITSUGS
|
||||
|
||||
PFX I N 1
|
||||
PFX I 0 in .
|
||||
@@ -183,7 +183,7 @@ KEP =
|
||||
RAR ?
|
||||
BAD !
|
||||
|
||||
NOSPLITSUGS
|
||||
#NOSPLITSUGS
|
||||
|
||||
PFX I N 1
|
||||
PFX I 0 in .
|
||||
@@ -340,7 +340,7 @@ KEP =
|
||||
RAR ?
|
||||
BAD !
|
||||
|
||||
NOSPLITSUGS
|
||||
#NOSPLITSUGS
|
||||
|
||||
PFX I N 1
|
||||
PFX I 0 in .
|
||||
|
||||
Reference in New Issue
Block a user