This commit is contained in:
Andrea Cedraro 2014-07-28 12:28:34 +00:00
commit 0c7304b64d

View File

@ -218,7 +218,7 @@ else
endfunction endfunction
function! s:dirpath(path) function! s:dirpath(path)
return s:path(a:path) . '/' return substitute(a:path, '[/\\]*$', '/', '')
endfunction endfunction
endif endif