Skip to content

Commit 7182983

Browse files
authored
Merge pull request #518 from ponko2/fix-runtime-path
Remove unnecessary trailing path separator
2 parents e9e1ebf + 8d335fb commit 7182983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/dein/util.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function! dein#util#_get_runtime_path() abort
2929

3030
let g:dein#_runtime_path = dein#util#_substitute_path(
3131
\ g:->get('dein#runtime_directory', dein#util#_get_cache_path()
32-
\ .. '/.dein/'))
32+
\ .. '/.dein'))
3333
call dein#util#_safe_mkdir(g:dein#_runtime_path)
3434
return g:dein#_runtime_path
3535
endfunction

0 commit comments

Comments
 (0)