1
0
forked from aniani/vim

updated for version 7.2b-022

This commit is contained in:
Bram Moolenaar
2008-07-26 14:05:07 +00:00
parent ee0f5a60e0
commit 380841106e
4 changed files with 5 additions and 1 deletions

View File

@@ -8913,6 +8913,7 @@ ex_normal(eap)
tasave_T tabuf;
int save_insertmode = p_im;
int save_finish_op = finish_op;
int save_opcount = opcount;
#ifdef FEAT_MBYTE
char_u *arg = NULL;
int l;
@@ -9040,6 +9041,7 @@ ex_normal(eap)
restart_edit = save_restart_edit;
p_im = save_insertmode;
finish_op = save_finish_op;
opcount = save_opcount;
msg_didout |= save_msg_didout; /* don't reset msg_didout now */
/* Restore the state (needed when called from a function executed for