mirror of
https://github.com/neovim/neovim.git
synced 2026-04-25 16:54:12 +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:
1
runtime/lua/vim/_meta/vimfn.lua
generated
1
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -3048,6 +3048,7 @@ function vim.fn.getcmdwintype() end
|
||||
--- file file and directory names
|
||||
--- file_in_path file and directory names in |'path'|
|
||||
--- filetype filetype names |'filetype'|
|
||||
--- filetypecmd |:filetype| suboptions
|
||||
--- function function name
|
||||
--- help help subjects
|
||||
--- highlight highlight groups
|
||||
|
||||
Reference in New Issue
Block a user