0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.1.1886: command line expansion code is spread out

Problem:    Command line expansion code is spread out.
Solution:   Move the code to cmdexpand.c. (Yegappan Lakshmanan, closes #4831)
This commit is contained in:
Bram Moolenaar
2019-08-18 21:44:12 +02:00
parent db1085a563
commit 66b51420e0
15 changed files with 2145 additions and 2131 deletions

View File

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