diff --git a/plugin/defaults.vim b/plugin/defaults.vim index d828f5c..2ba5d94 100644 --- a/plugin/defaults.vim +++ b/plugin/defaults.vim @@ -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')