corrected the indent on last change
This commit is contained in:
parent
3a9e28959b
commit
36f2a83ec6
@ -179,7 +179,7 @@ endif
|
|||||||
if !exists('g:formatdef_eslint_local')
|
if !exists('g:formatdef_eslint_local')
|
||||||
function! g:BuildESLintLocalCmd()
|
function! g:BuildESLintLocalCmd()
|
||||||
let l:path = fnamemodify(expand('%'), ':p')
|
let l:path = fnamemodify(expand('%'), ':p')
|
||||||
let l:ext = ".".expand('%:p:e')
|
let l:ext = ".".expand('%:p:e')
|
||||||
let verbose = &verbose || g:autoformat_verbosemode == 1
|
let verbose = &verbose || g:autoformat_verbosemode == 1
|
||||||
if has('win32')
|
if has('win32')
|
||||||
return "(>&2 echo 'ESLint not supported on win32')"
|
return "(>&2 echo 'ESLint not supported on win32')"
|
||||||
|
Loading…
Reference in New Issue
Block a user