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 st
running vim with the -V[N] option will do a pretty hefty runtime log, here N is the debug level.
vim -V9myVim.log
would create a log of debug level 9 in the current directory with the filename myVim.log
myVim.log