mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.0867: using \{xxx} for encoding a modifier is not nice
Problem: Using \{xxx} for encoding a modifier is not nice. Solution: Use \<*xxx> instead, since it's the same as \<xxx> but producing a different code.
This commit is contained in:
@@ -2666,6 +2666,5 @@ long elapsed(DWORD start_tick);
|
||||
#define FSK_KEEP_X_KEY 0x02 // don't translate xHome to Home key
|
||||
#define FSK_IN_STRING 0x04 // TRUE in string, double quote is escaped
|
||||
#define FSK_SIMPLIFY 0x08 // simplify <C-H> and <A-x>
|
||||
#define FSK_CURLY 0x10 // {C-x} instead of <C-x>
|
||||
|
||||
#endif // VIM__H
|
||||
|
Reference in New Issue
Block a user