Skip to content

Commit 2398460

Browse files
committed
runtime(doc): clarify 'includeexpr' is not used for <cfile>
fixes: #17139 Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 3041cf6 commit 2398460

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runtime/doc/options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2025 Apr 18
1+
*options.txt* For Vim version 9.1. Last change: 2025 Apr 19
22

33

44
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|.
48454845
<
48464846
Also used for the |gf| command if an unmodified file name can't be
48474847
found. Allows doing "gf" on the name after an 'include' statement.
4848-
Also used for |<cfile>|.
4848+
Note: Not used for |<cfile>|.
48494849

48504850
If the expression starts with s: or |<SID>|, then it is replaced with
48514851
the script ID (|local-function|). Example: >

0 commit comments

Comments
 (0)