Is there a "vim runtime log"?
Posted
by Somebody still uses you MS-DOS
on Stack Overflow
See other posts from Stack Overflow
or by Somebody still uses you MS-DOS
Published on 2010-06-11T19:22:33Z
Indexed on
2010/06/11
20:32 UTC
Read the original article
Hit count: 261
Sometimes I try a customization/command in my vimrc. Everything seens to be correct, but it just doesn't work.
It's difficult to know what's happening when vim starts, and know which command failed or not, so it's really difficult to debug what can be causing a problem in my vimrc. It's a trial-error approach, which is time consuming and really a PITA. For example, I'm having problems with snipmate plugin in some files and just don't have a clue on how to discover the problem.
Is there a "runtime log" when vim starts, telling which commands it executed, which ones failed and such? This would help me a lot.
© Stack Overflow or respective owner