mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
vim-patch:9.1.1340: cannot complete :filetype arguments (#33602)
Problem: cannot complete :filetype arguments (Phạm Bình An)
Solution: add :filetype ex command completion, add "filetypecmd"
completion type for getcompletion()
fixes: vim/vim#17165
closes: vim/vim#17167
a3422aa317
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -72,6 +72,7 @@ static const char *command_complete[] = {
|
||||
[EXPAND_FILES] = "file",
|
||||
[EXPAND_FILES_IN_PATH] = "file_in_path",
|
||||
[EXPAND_FILETYPE] = "filetype",
|
||||
[EXPAND_FILETYPECMD] = "filetypecmd",
|
||||
[EXPAND_FUNCTIONS] = "function",
|
||||
[EXPAND_HELP] = "help",
|
||||
[EXPAND_HIGHLIGHT] = "highlight",
|
||||
|
Reference in New Issue
Block a user