vim-patch:8.1.1210: support for user commands is spread out (#19653)

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
This commit is contained in:
zeertzjq
2022-08-06 17:14:37 +08:00
committed by GitHub
parent 5f0fbe7c2f
commit ad7064bd83
9 changed files with 1781 additions and 1739 deletions

View File

@@ -76,6 +76,7 @@
#include "nvim/syntax.h"
#include "nvim/ui.h"
#include "nvim/undo.h"
#include "nvim/usercmd.h"
#include "nvim/version.h"
#include "nvim/vim.h"
#include "nvim/window.h"