mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.1.1210: support for user commands is spread out
Problem: Support for user commands is spread out. No good reason to make user commands optional. Solution: Move user command support to usercmd.c. Always enable the user_commands feature.
This commit is contained in:
@@ -336,3 +336,6 @@
|
||||
(p) = NULL; \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
/* Wether a command index indicates a user command. */
|
||||
#define IS_USER_CMDIDX(idx) ((int)(idx) < 0)
|
||||
|
Reference in New Issue
Block a user