Merge pull request #86 from kuon/tsfmt-fix

Fix quotes to have the bufname evaluated dynamically
This commit is contained in:
Chiel 2015-10-31 12:08:47 +01:00
commit e6c12ab611

View File

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