mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
vim-patch:d82c918: runtime(doc): Improve doc for cmdline-autocomplete (#35235)
Maybe this was unnecessary, but saw this:
https://github.com/vim/vim/issues/17854
d82c918e2f
Co-authored-by: Girish Palya <girishji@gmail.com>
This commit is contained in:
5
runtime/lua/vim/_meta/vimfn.lua
generated
5
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -10844,6 +10844,11 @@ function vim.fn.wildmenumode() end
|
||||
--- cnoremap <Up> <C-U><Up>
|
||||
--- cnoremap <Down> <C-U><Down>
|
||||
--- <
|
||||
--- To set an option specifically when performing a search, e.g.
|
||||
--- to set 'pumheight': >vim
|
||||
--- autocmd CmdlineEnter [/\?] set pumheight=8
|
||||
--- autocmd CmdlineLeave [/\?] set pumheight&
|
||||
--- <
|
||||
--- Return value is always 0.
|
||||
---
|
||||
--- @return number
|
||||
|
||||
Reference in New Issue
Block a user