:MRU
command when it starts (this command turns on the MRU plug-in). But when writing vimrc
directly, an error occurs
PHP中文网2017-05-16 16:36:33
:help GUIEnter
*GUIEnter*
GUIEnter After starting the GUI successfully, and after
opening the window. It is triggered before
VimEnter when using gvim. Can be used to
position the window from a .gvimrc file: >
:autocmd GUIEnter * winpos 100 50
You should write like this: autocmd! GUIEnter * :MRU