mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-08 05:24:46 +08:00
Correct a comment
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
" Description: Functions for working with paths in the filesystem.
|
||||
|
||||
function! ale#path#Simplify(path) abort
|
||||
" //foo is turned into / to stop Windows doing stupid things with search
|
||||
" paths.
|
||||
" //foo is turned into /foo to stop Windows doing stupid things with
|
||||
" search paths.
|
||||
return substitute(simplify(a:path), '^//\+', '/', 'g') " no-custom-checks
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user