mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
vim-patch:2398460: runtime(doc): clarify 'includeexpr' is not used for <cfile> (#33540)
fixes: vim/vim#17139
2398460232
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
2
runtime/lua/vim/_meta/options.lua
generated
2
runtime/lua/vim/_meta/options.lua
generated
@ -3281,7 +3281,7 @@ vim.go.inc = vim.go.include
|
||||
---
|
||||
--- Also used for the `gf` command if an unmodified file name can't be
|
||||
--- found. Allows doing "gf" on the name after an 'include' statement.
|
||||
--- Also used for `<cfile>`.
|
||||
--- Note: Not used for `<cfile>`.
|
||||
---
|
||||
--- If the expression starts with s: or `<SID>`, then it is replaced with
|
||||
--- the script ID (`local-function`). Example:
|
||||
|
Reference in New Issue
Block a user