Closed pengyu closed 11 years ago
Using cindent for that block, looking for a way to call the indent method for a filetype other than current one. If no, there is no easy solution.
Fixed, use your Vim's indent function for js/css. If you don't have other js indent plugin. Default is cindent.
The following is what is indented in vim. The lines after
var
is indented incorrectly. Is there an easy fix for this problem?