1
0
forked from aniani/vim

updated for version 7.0211

This commit is contained in:
Bram Moolenaar
2006-03-01 22:12:31 +00:00
parent fd2ac767eb
commit 261bfeab3e
6 changed files with 34 additions and 34 deletions

View File

@@ -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 */