mirror of
https://github.com/jelera/vim-javascript-syntax.git
synced 2026-05-04 13:05:44 +08:00
8414f92d96
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.