0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

runtime(doc): clarify 'includeexpr' is not used for <cfile>

fixes: #17139

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt
2025-04-19 11:54:08 +02:00
parent 3041cf67d3
commit 2398460232

View File

@@ -1,4 +1,4 @@
*options.txt* For Vim version 9.1. Last change: 2025 Apr 18 *options.txt* For Vim version 9.1. Last change: 2025 Apr 19
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4845,7 +4845,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 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. 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 If the expression starts with s: or |<SID>|, then it is replaced with
the script ID (|local-function|). Example: > the script ID (|local-function|). Example: >