Nicolas Goy 2015-10-28 15:17:43 +01:00
parent f6bbac220b
commit e7432ba246

View File

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