forked from aniani/vim
updated for version 7.0211
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user