vim-patch:8.1.1886: command line expansion code is spread out (#19861)

Problem:    Command line expansion code is spread out.
Solution:   Move the code to cmdexpand.c. (Yegappan Lakshmanan, closes vim/vim#4831)
66b51420e0
This commit is contained in:
zeertzjq
2022-08-21 06:33:24 +08:00
committed by GitHub
parent ff5cfcdeab
commit 0d0a336c53
20 changed files with 1901 additions and 1861 deletions

View File

@@ -34,6 +34,7 @@
#include "nvim/change.h"
#include "nvim/channel.h"
#include "nvim/charset.h"
#include "nvim/cmdexpand.h"
#include "nvim/cursor.h"
#include "nvim/decoration.h"
#include "nvim/diff.h"