Merge branch 'kuon-tsfmt'

This commit is contained in:
Chiel ten Brinke 2015-10-29 17:31:12 +01:00
commit 3884a627ef

View File

@ -171,7 +171,7 @@ endif
" Typescript
if !exists('g:formatdef_tsfmt')
let g:formatdef_tsfmt = '"tsfmt --stdin %"'
let g:formatdef_tsfmt = '"tsfmt --stdin '.bufname('%').'"'
endif
if !exists('g:formatters_typescript')