Fix quotes to have the bufname evaluated dynamically

This commit is contained in:
Nicolas Goy 2015-10-31 11:55:06 +01:00
parent 3884a627ef
commit e37d0a289c

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')