mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 22:36:09 +00:00
vim-patch:9.1.0810: cannot easily adjust the |:find| command
Problem: cannot easily adjust the |:find| command
Solution: Add support for the 'findexpr' option (Yegappan Lakshmanan)
closes: vim/vim#15901
closes: vim/vim#15905
aeb1c97db5
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
This commit is contained in:
@@ -284,7 +284,8 @@ M.vars = {
|
||||
type = 'string',
|
||||
desc = [=[
|
||||
When evaluating 'includeexpr': the file name that was
|
||||
detected. Empty otherwise.
|
||||
detected. When evaluating 'findexpr': the argument passed to
|
||||
the |:find| command. Empty otherwise.
|
||||
]=],
|
||||
},
|
||||
fname_diff = {
|
||||
|
Reference in New Issue
Block a user