Move path functions to their own file

This commit is contained in:
w0rp
2017-04-17 23:29:02 +01:00
parent 6c762237ce
commit e237add9fd
26 changed files with 90 additions and 89 deletions

View File

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