Searched defs:mapblock (Results 1 – 1 of 1) sorted by relevance
1236 struct mapblock struct1238 mapblock_T *m_next; // next mapblock in list argument1239 char_u *m_keys; // mapped from, lhs1240 char_u *m_str; // mapped to, rhs1241 char_u *m_orig_str; // rhs as entered by the user1242 int m_keylen; // strlen(m_keys)1243 int m_mode; // valid mode1247 char m_silent; // <silent> used, don't echo commands1248 char m_nowait; // <nowait> used1250 char m_expr; // <expr> used, m_str is an expression[all …]