mirror of
https://github.com/neovim/neovim.git
synced 2026-02-03 11:01:30 +10:00
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.
ac9fb18020