commit | 792cf5e1bec04c6d6d70cfbb9ef24c798b469731 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 30 23:12:16 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 30 23:12:16 2019 +0200 |
tree | 6981aedd79c3abd88a2d1be8d818e6ecb3ac5791 | |
parent | 18223a592efa4399e3951c86deeb712a13b05ca5 [diff] [blame] |
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).
diff --git a/src/version.c b/src/version.c index fe9cee3..29273b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2104, +/**/ 2103, /**/ 2102,