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

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