README: minor bug in the recipe for config files (again).

This commit is contained in:
LCD 47 2016-08-09 21:56:36 +03:00
parent c73673e0f3
commit 39fd1b76ce
2 changed files with 2 additions and 2 deletions

View File

@ -461,7 +461,7 @@ endfunction
autocmd FileType javascript let b:syntastic_javascript_jscs_args =
\ get(g:, 'syntastic_javascript_jscs_args', '') .
\ FindConfig('-c', '.jscsrc', expand('<amatch>:p:h', 1))
\ FindConfig('-c', '.jscsrc', expand('<afile>:p:h', 1))
```
<a name="faqbdelete"></a>

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif
let g:_SYNTASTIC_VERSION = '3.7.0-179'
let g:_SYNTASTIC_VERSION = '3.7.0-180'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1