I am tweaking my vimrc but everytime when I close Vim I can see that there is a red error message displayed. However, Vim closes too fast so I cannot read it.
Is there any way to get to that error message using the latest Vim on Windows 7?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Open your _vimrc, … do stuff …, source it with
:so %– the message should be displayed, and you should be able to see it in:messages.If it is only occuring when you close Vim, even with an empty _vimrc, then it isn’t a problem in your _vimrc.