Move path functions to their own file
This commit is contained in:
@@ -9,7 +9,7 @@ let g:ale_tex_chktex_options =
|
||||
|
||||
function! ale_linters#tex#chktex#GetCommand(buffer) abort
|
||||
" Check for optional .chktexrc
|
||||
let l:chktex_config = ale#util#FindNearestFile(
|
||||
let l:chktex_config = ale#path#FindNearestFile(
|
||||
\ a:buffer,
|
||||
\ '.chktexrc')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user