vim-patch:8.2.1587: loop for handling keys for the command line is too long (#19868)

Problem:    Loop for handling keys for the command line is too long.
Solution:   Move wild menu handling to separate functions. (Yegappan
            Lakshmanan, closes vim/vim#6856)
eadee486c7
This commit is contained in:
zeertzjq
2022-08-21 09:18:47 +08:00
committed by GitHub
parent 741ef87876
commit 61ff37952a
3 changed files with 233 additions and 206 deletions

View File

@@ -2,6 +2,7 @@
#define NVIM_CMDEXPAND_H
#include "nvim/eval/typval.h"
#include "nvim/ex_getln.h"
#include "nvim/garray.h"
#include "nvim/types.h"