Merge branch 'vheon-refactoring' into refactoring

This commit is contained in:
Junegunn Choi 2014-07-29 23:37:47 +09:00
commit eeef77e9c8

View file

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