Error message when closing Vim

I configure my vimrc, but every time I close Vim, I see that a red error message is displayed. However, Vim closes too quickly, so I cannot read it.

Is there a way to get to this error message using the latest Vim for Windows 7?

+4
source share
2 answers

Open your _vimrc, ... make the material ..., send it with :so % - the message should be displayed, and you can see it in :messages .

If this happens only when Vim closes, even with empty _vimrc, then this is not a problem in your _vimrc.

+5
source

I found a possible solution in another thread by running vim.bat -V9errorlog in Windows Power Shell.

+4
source

Source: https://habr.com/ru/post/1400632/


All Articles