Fix quotes to have the bufname evaluated dynamically
This commit is contained in:
parent
3884a627ef
commit
e37d0a289c
@ -171,7 +171,7 @@ endif
|
|||||||
|
|
||||||
" Typescript
|
" Typescript
|
||||||
if !exists('g:formatdef_tsfmt')
|
if !exists('g:formatdef_tsfmt')
|
||||||
let g:formatdef_tsfmt = '"tsfmt --stdin '.bufname('%').'"'
|
let g:formatdef_tsfmt = "'tsfmt --stdin '.bufname('%')"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if !exists('g:formatters_typescript')
|
if !exists('g:formatters_typescript')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user