JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
don't stop on foldmethod of other buffers
[vim-syntax.git] / coffee.vim
index 1ab0421..0840954 100644 (file)
@@ -15,7 +15,7 @@ endif
 syn include @coffeeJS syntax/javascript.vim
 
 " Highlight long strings.
-syn sync minlines=100
+syn sync minlines=2000
 
 " CoffeeScript allows dollar signs in identifiers.
 setlocal isident+=$