]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): tagfunc should refer to 'complete' option
authorChristian Brabandt <cb@256bit.org>
Sat, 26 Apr 2025 18:06:41 +0000 (20:06 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 26 Apr 2025 18:06:41 +0000 (20:06 +0200)
fixes: #17205

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/tagsrch.txt

index 858309a28a91c559efd2d4a6a1bbe7d4a329de22..132414368a26d2eb7d275a0de729c29f14988cbe 100644 (file)
@@ -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