From 6c21d00079ddd524f4ea1144c1a3f9503978c566 Mon Sep 17 00:00:00 2001 From: Jason Webb Date: Sun, 22 Apr 2012 09:36:52 -0600 Subject: [PATCH] Stop code folding by default. There is no reason to force this on users. Let people opt in, in their own .vimrc. --- syntax/javascript.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/syntax/javascript.vim b/syntax/javascript.vim index 213a595..b5e345d 100644 --- a/syntax/javascript.vim +++ b/syntax/javascript.vim @@ -195,8 +195,6 @@ function! JavaScriptFold() setl foldtext=FoldText() endfunction -au FileType javascript call JavaScriptFold() - " }}} " Define the default highlighting.