1
0
forked from aniani/vim

updated for version 7.0130

This commit is contained in:
Bram Moolenaar
2005-08-15 21:41:48 +00:00
parent 90cfdbe040
commit ae5bce1c12
54 changed files with 2773 additions and 247 deletions

View File

@@ -901,9 +901,8 @@ struct mapblock
int m_mode; /* valid mode */
int m_noremap; /* if non-zero no re-mapping for m_str */
char m_silent; /* <silent> used, don't echo commands */
#if 0 /* Not used yet */
scid_T m_script_ID; /* ID of script where map was defined,
used for s: variables and functions */
#ifdef FEAT_EVAL
scid_T m_script_ID; /* ID of script where map was defined */
#endif
};