We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9e1ebf + 8d335fb commit 7182983Copy full SHA for 7182983
autoload/dein/util.vim
@@ -29,7 +29,7 @@ function! dein#util#_get_runtime_path() abort
29
30
let g:dein#_runtime_path = dein#util#_substitute_path(
31
\ g:->get('dein#runtime_directory', dein#util#_get_cache_path()
32
- \ .. '/.dein/'))
+ \ .. '/.dein'))
33
call dein#util#_safe_mkdir(g:dein#_runtime_path)
34
return g:dein#_runtime_path
35
endfunction
0 commit comments