summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_meta/options.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2025-04-19 19:10:43 +0800
committerGitHub <noreply@github.com>2025-04-19 19:10:43 +0800
commitc7d8812ca785864bdbdeac72efcd611bfb6e506c (patch)
tree1ea47a2ffbf1b76e24cabd9e20ff99061006cb25 /runtime/lua/vim/_meta/options.lua
parente4516a90b121012b8f9482f3a5077a6e5952210c (diff)
vim-patch:2398460: runtime(doc): clarify 'includeexpr' is not used for <cfile> (#33540)
fixes: vim/vim#17139 https://github.com/vim/vim/commit/23984602327600b7ef28dcedc772949d5c66b57f Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/lua/vim/_meta/options.lua')
-rw-r--r--runtime/lua/vim/_meta/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/_meta/options.lua b/runtime/lua/vim/_meta/options.lua
index 78bce262cd..df5b3960db 100644
--- a/runtime/lua/vim/_meta/options.lua
+++ b/runtime/lua/vim/_meta/options.lua
@@ -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: