mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
runtime(doc): tagfunc should refer to 'complete' option
fixes: #17205 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
*tagsrch.txt* For Vim version 9.1. Last change: 2024 Aug 01
|
||||
*tagsrch.txt* For Vim version 9.1. Last change: 2025 Apr 26
|
||||
|
||||
|
||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||
@ -914,7 +914,7 @@ Currently up to three flags may be passed to the tag function:
|
||||
(mnemonic: the tag function may use the context around the
|
||||
cursor to perform a better job of generating the tag list.)
|
||||
'i' In Insert mode, the user was completing a tag (with
|
||||
|i_CTRL-X_CTRL-]| or 'completeopt' contains `t`).
|
||||
|i_CTRL-X_CTRL-]| or 'complete' contains "`t`" or "`]`").
|
||||
'r' The first argument to tagfunc should be interpreted as a
|
||||
|pattern| (see |tag-regexp|), such as when using: >
|
||||
:tag /pat
|
||||
|
Reference in New Issue
Block a user