mirror of
https://github.com/jelera/vim-javascript-syntax.git
synced 2025-12-11 07:01:57 +08:00
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.