From 36f2a83ec671ecf9372391ff17446a33db29d63b Mon Sep 17 00:00:00 2001 From: luis Date: Tue, 5 Dec 2017 19:02:34 -0200 Subject: [PATCH] corrected the indent on last change --- plugin/defaults.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/defaults.vim b/plugin/defaults.vim index 3f6c2dd..cbc6af9 100644 --- a/plugin/defaults.vim +++ b/plugin/defaults.vim @@ -179,7 +179,7 @@ endif if !exists('g:formatdef_eslint_local') function! g:BuildESLintLocalCmd() 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 if has('win32') return "(>&2 echo 'ESLint not supported on win32')"