mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
vim-patch:9.1.0774: "shellcmdline" doesn't work with getcompletion() (#30750)
Problem: "shellcmdline" doesn't work with getcompletion().
Solution: Use set_context_for_wildcard_arg() (zeertzjq).
closes: vim/vim#15834
85f36d61e0
This commit is contained in:
1
runtime/lua/vim/_meta/vimfn.lua
generated
1
runtime/lua/vim/_meta/vimfn.lua
generated
@ -3008,6 +3008,7 @@ function vim.fn.getcmdwintype() end
|
||||
--- runtime |:runtime| completion
|
||||
--- scriptnames sourced script names |:scriptnames|
|
||||
--- shellcmd Shell command
|
||||
--- shellcmdline Shell command line with filename arguments
|
||||
--- sign |:sign| suboptions
|
||||
--- syntax syntax file names |'syntax'|
|
||||
--- syntime |:syntime| suboptions
|
||||
|
Reference in New Issue
Block a user