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:
@@ -608,6 +608,7 @@ struct file_buffer {
|
||||
char *b_p_mp; ///< 'makeprg' local value
|
||||
char *b_p_efm; ///< 'errorformat' local value
|
||||
char *b_p_ep; ///< 'equalprg' local value
|
||||
char *b_p_fexpr; ///< 'findexpr' local value
|
||||
char *b_p_path; ///< 'path' local value
|
||||
int b_p_ar; ///< 'autoread' local value
|
||||
char *b_p_tags; ///< 'tags' local value
|
||||
|
Reference in New Issue
Block a user