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:
zeertzjq
2025-04-19 19:10:43 +08:00
committed by GitHub
parent e4516a90b1
commit c7d8812ca7
3 changed files with 3 additions and 3 deletions

View File

@@ -3419,7 +3419,7 @@ A jump table for the options with a short description can be found at |Q_op|.
<
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: >vim

View File

@@ -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:

View File

@@ -4462,7 +4462,7 @@ local options = {
<
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: >vim