0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

patch 8.1.2104: the normal.c file is too big

Problem:    The normal.c file is too big.
Solution:   Move do_pending_operator() to ops.c. (Yegappan Lakshmanan,
            closes #4999).
This commit is contained in:
Bram Moolenaar
2019-09-30 23:12:16 +02:00
parent 18223a592e
commit 792cf5e1be
6 changed files with 963 additions and 992 deletions

View File

@@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2104,
/**/
2103,
/**/