Correct a comment
This commit is contained in:
parent
1bd9b0fbe2
commit
871ce1c8f5
@ -2,8 +2,8 @@
|
|||||||
" Description: Functions for working with paths in the filesystem.
|
" Description: Functions for working with paths in the filesystem.
|
||||||
|
|
||||||
function! ale#path#Simplify(path) abort
|
function! ale#path#Simplify(path) abort
|
||||||
" //foo is turned into / to stop Windows doing stupid things with search
|
" //foo is turned into /foo to stop Windows doing stupid things with
|
||||||
" paths.
|
" search paths.
|
||||||
return substitute(simplify(a:path), '^//\+', '/', 'g') " no-custom-checks
|
return substitute(simplify(a:path), '^//\+', '/', 'g') " no-custom-checks
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user