]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): clarify 'includeexpr' is not used for <cfile>
authorChristian Brabandt <cb@256bit.org>
Sat, 19 Apr 2025 09:54:08 +0000 (11:54 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 19 Apr 2025 09:55:26 +0000 (11:55 +0200)
fixes: #17139

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt

index 83032e1c42ec1ca74f1c8bc710587c1af713668c..8073457a02a323f43b41d10db83cb39e8c88edfe 100644 (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
@@ -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
        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: >