mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
vim-patch:9.1.1417: missing info about register completion in complete_info() (#34219)
Problem: missing info about register completion in complete_info()
(after v9.1.1408)
Solution: update documentation and mention that register is used as
source, add a test (glepnir)
closes: vim/vim#17389
49864aecd0
Co-authored-by: glepnir <glephunter@gmail.com>
This commit is contained in:
1
runtime/lua/vim/_meta/vimfn.lua
generated
1
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -1084,6 +1084,7 @@ function vim.fn.complete_check() end
|
||||
--- "omni" Omni completion |i_CTRL-X_CTRL-O|
|
||||
--- "spell" Spelling suggestions |i_CTRL-X_s|
|
||||
--- "eval" |complete()| completion
|
||||
--- "register" Words from registers |i_CTRL-X_CTRL-R|
|
||||
--- "unknown" Other internal modes
|
||||
---
|
||||
--- If the optional {what} list argument is supplied, then only
|
||||
|
||||
Reference in New Issue
Block a user