mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-08 21:44:47 +08:00
Correct a comment
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user