diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-10-28 16:09:39 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2024-10-29 08:20:00 +0800 |
commit | 6b8c3d146ec0308fd19a9142b23b5e342e2cdcf8 (patch) | |
tree | 3aa44f8e29de049e84c9db98acb11fe195e5deba /runtime | |
parent | 378d9135e7ac0f91a4944be816dc9f693d5078af (diff) | |
download | rneovim-6b8c3d146ec0308fd19a9142b23b5e342e2cdcf8.tar.gz rneovim-6b8c3d146ec0308fd19a9142b23b5e342e2cdcf8.tar.bz2 rneovim-6b8c3d146ec0308fd19a9142b23b5e342e2cdcf8.zip |
vim-patch:9.1.0811: :find expansion does not consider 'findexpr'
Problem: :find expansion does not consider 'findexpr'
Solution: Support expanding :find command argument using 'findexpr'
(Yegappan Lakshmanan)
closes: vim/vim#15929
https://github.com/vim/vim/commit/2f6efaccfd5c4e7df1f54ed0f41f329abbe05f60
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 17b2d22173..441f180177 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2598,7 +2598,7 @@ A jump table for the options with a short description can be found at |Q_op|. eob EndOfBuffer |hl-EndOfBuffer| lastline NonText |hl-NonText| - *'findexpr'* *'fexpr'* + *'findexpr'* *'fexpr'* *E1514* 'findexpr' 'fexpr' string (default "") global or local to buffer |global-local| Expression that is evaluated to obtain the filename(s) for the |:find| |