mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
vim-patch:fb08192: runtime(doc): clarify the use of 'tagfunc', update a comment in tags.c
related: vim/vim#17228
fb08192ca7
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -9182,7 +9182,8 @@ local options = {
|
||||
cb = 'did_set_tagfunc',
|
||||
defaults = '',
|
||||
desc = [=[
|
||||
This option specifies a function to be used to perform tag searches.
|
||||
This option specifies a function to be used to perform tag searches
|
||||
(including |taglist()|).
|
||||
The function gets the tag pattern and should return a List of matching
|
||||
tags. See |tag-function| for an explanation of how to write the
|
||||
function and an example. The value can be the name of a function, a
|
||||
|
Reference in New Issue
Block a user