Closed griiid closed 2 years ago
Line 12 in the MRU_Refresh_Menu() function in mru.vim is:
silent! unmenu &File.&Recent\ Files
This should ignore any generated error messages. So I am not sure why Neovim is not ignoring the errors. I tried Neovim 0.8.0 (Qt) on a MS-Windows system and couldn't reproduce this issue. How do you invoking the GUI version of NeoVim? What Neovim options do you enable?
Okay, it's not the issue of MRU, since it works okay when I only put follow in .vimrc
:
call plug#begin('~/.vim/plugged')
Plug 'yegappan/mru'
call plug#end()
I'll try to find out the real problem, thank you every much!
Sorry, I found there's still the same error log, I didn't find it because I didn't search with case-sensitive Error
I realize that it will always a error log there, and with silent!
it will not prompt message in neovim.
I saw it through command nvim xxx -V9nvim.log
, the error message will output in nvim.log
only.
Thank you!
Hi, I'm using mru in bash in macOS, this is not the first time I install it, I reinstall my MacBook and I don't know how this error happens.
Here's the related neovim log: