mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
vim-patch:9.1.1408: not easily possible to complete from register content (#34198)
Problem: not easily possible to complete from register content
Solution: add register-completion submode using i_CTRL-X_CTRL-R
(glepnir)
closes: vim/vim#17354
0546068aae
This commit is contained in:
3
runtime/lua/vim/_meta/options.lua
generated
3
runtime/lua/vim/_meta/options.lua
generated
@ -3186,7 +3186,8 @@ vim.o.iconstring = ""
|
||||
vim.go.iconstring = vim.o.iconstring
|
||||
|
||||
--- Ignore case in search patterns, `cmdline-completion`, when
|
||||
--- searching in the tags file, and `expr-==`.
|
||||
--- searching in the tags file, `expr-==` and for Insert-mode completion
|
||||
--- `ins-completion`.
|
||||
--- Also see 'smartcase' and 'tagcase'.
|
||||
--- Can be overruled by using "\c" or "\C" in the pattern, see
|
||||
--- `/ignorecase`.
|
||||
|
Reference in New Issue
Block a user