mirror of
https://github.com/neovim/neovim.git
synced 2026-05-04 21:15:09 +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:
3
runtime/lua/vim/_meta/options.lua
generated
3
runtime/lua/vim/_meta/options.lua
generated
@@ -7037,7 +7037,8 @@ vim.bo.tc = vim.bo.tagcase
|
||||
vim.go.tagcase = vim.o.tagcase
|
||||
vim.go.tc = vim.go.tagcase
|
||||
|
||||
--- 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