comparison src/structs.h @ 481:66080ac5dab7 v7.0130

updated for version 7.0130
author vimboss
date Mon, 15 Aug 2005 21:41:48 +0000
parents 169f2a51b527
children 6f8b578776ab
comparison
equal deleted inserted replaced
480:bf5ba8a0cdee 481:66080ac5dab7
899 int m_keylen; /* strlen(m_keys) */ 899 int m_keylen; /* strlen(m_keys) */
900 char_u *m_str; /* mapped to */ 900 char_u *m_str; /* mapped to */
901 int m_mode; /* valid mode */ 901 int m_mode; /* valid mode */
902 int m_noremap; /* if non-zero no re-mapping for m_str */ 902 int m_noremap; /* if non-zero no re-mapping for m_str */
903 char m_silent; /* <silent> used, don't echo commands */ 903 char m_silent; /* <silent> used, don't echo commands */
904 #if 0 /* Not used yet */ 904 #ifdef FEAT_EVAL
905 scid_T m_script_ID; /* ID of script where map was defined, 905 scid_T m_script_ID; /* ID of script where map was defined */
906 used for s: variables and functions */
907 #endif 906 #endif
908 }; 907 };
909 908
910 /* 909 /*
911 * Used for highlighting in the status line. 910 * Used for highlighting in the status line.