Files
vim-javascript-syntax/syntax
Tom Vincent 8414f92d96 Removes dangling FoldText() call
Without this, fold comments were being displayed as:

    +--  6 lines folded

... whereas, I'd expect something like:

    +---  6 lines: .state('causes', {

... which this fix achieves. Should also resolve #14.
2013-08-14 07:44:11 +01:00
..