corrected the indent on last change

This commit is contained in:
luis 2017-12-05 19:02:34 -02:00
parent 3a9e28959b
commit 36f2a83ec6

View File

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