summaryrefslogtreecommitdiffstats
path: root/syntax/typescript.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2015-05-24 23:42:59 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2015-05-24 23:42:59 +0200
commit4203435c48adfec7950f5b9ab745e87c5296e486 (patch)
tree84a389447483a13e50d46c0eefb7d7eec51b4141 /syntax/typescript.vim
parent271b63d71707720ad0d35590b8cb50f8f8f43014 (diff)
downloadvim-polyglot-4203435c48adfec7950f5b9ab745e87c5296e486.tar.gz
vim-polyglot-4203435c48adfec7950f5b9ab745e87c5296e486.zip
Updatev1.13.3
Diffstat (limited to 'syntax/typescript.vim')
-rw-r--r--syntax/typescript.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/syntax/typescript.vim b/syntax/typescript.vim
index 62e6d808..2e9c0b46 100644
--- a/syntax/typescript.vim
+++ b/syntax/typescript.vim
@@ -202,7 +202,6 @@ syn match typescriptLogicSymbols "\(&&\)\|\(||\)"
" typescriptFold Function {{{
" function! typescriptFold()
-setl foldlevelstart=1
syn region foldBraces start=/{/ end=/}/ transparent fold keepend extend
setl foldtext=FoldText()