runtime(doc): clarify 'includeexpr' is not used for <cfile> Commit: https://github.com/vim/vim/commit/23984602327600b7ef28dcedc772949d5c66b57f Author: Christian Brabandt <c...@256bit.org> Date: Sat Apr 19 11:54:08 2025 +0200
runtime(doc): clarify 'includeexpr' is not used for <cfile> fixes: https://github.com/vim/vim/issues/17139 Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 83032e1c4..8073457a0 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -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: > -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1u64zT-00CLDG-TB%40256bit.org.