I've been messing with vim configuration recently, and now when I open the first file in gVim, I see some warnings that disappear quickly. Where else can I see them and see what's wrong?
Try one of the following:
:messages
command. It will show you all messages (except that were echoed with echo
or echon
).vim -c 'qa!' > messages.log
.vim --cmd 'redir! > messages.log' -c 'redir END' -c 'qa!'
, then observe messages.log
.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With