mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.1.2077: the ops.c file is too big
Problem: The ops.c file is too big. Solution: Move code for dealing with registers to a new file. (Yegappan Lakshmanan, closes #4982)
This commit is contained in:
@@ -188,6 +188,7 @@ void qsort(void *base, size_t elm_count, size_t elm_size, int (*cmp)(const void
|
||||
# endif
|
||||
# include "quickfix.pro"
|
||||
# include "regexp.pro"
|
||||
# include "register.pro"
|
||||
# include "scriptfile.pro"
|
||||
# include "screen.pro"
|
||||
# include "session.pro"
|
||||
|
Reference in New Issue
Block a user