Ok, I have dived (diven? dove?) headfirst into pimping [g]Vim into the code editor I need it to be. I do node/javascript. I have the start of a javascript.vim indent module from https://github.com/nikmartin/vim-javascript. But it has bugs. I want to fix those bugs. You appear to be a Vim god among men. Do you have a recommendation for a reference on getting started debugging vim scripts? I got :help debug-scripts but there has to be something better than step step step step to wade through an indent script every f-ing time I hit a right bracket to try to debug why my brackets indenting sucks. Any suggestions?
Ok, I have dived (diven? dove?) headfirst into pimping [g]Vim into the code editor I need it to be. I do node/javascript. I have the start of a javascript.vim indent module from https://github.com/nikmartin/vim-javascript. But it has bugs. I want to fix those bugs. You appear to be a Vim god among men. Do you have a recommendation for a reference on getting started debugging vim scripts? I got :help debug-scripts but there has to be something better than step step step step to wade through an indent script every f-ing time I hit a right bracket to try to debug why my brackets indenting sucks. Any suggestions?