Lines Matching defs:mapblock
1236 struct mapblock struct
1238 mapblock_T *m_next; // next mapblock in list argument
1239 char_u *m_keys; // mapped from, lhs
1240 char_u *m_str; // mapped to, rhs
1241 char_u *m_orig_str; // rhs as entered by the user
1242 int m_keylen; // strlen(m_keys)
1243 int m_mode; // valid mode
1244 int m_simplified; // m_keys was simplified, do not use this map
1246 int m_noremap; // if non-zero no re-mapping for m_str
1247 char m_silent; // <silent> used, don't echo commands
1248 char m_nowait; // <nowait> used
1250 char m_expr; // <expr> used, m_str is an expression
1251 sctx_T m_script_ctx; // SCTX where map was defined