File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,7 @@ function! dein#direct_install(repo, options = {}) abort
6161 call dein#install#_direct_install (a: repo , a: options )
6262endfunction
6363function ! dein#get_direct_plugins_path () abort
64- return dein#util#_get_cache_path ()
65- \ .' /direct_install.vim'
64+ return dein#util#_get_cache_path () .. ' /direct_install.vim'
6665endfunction
6766function ! dein#reinstall (plugins) abort
6867 call dein#install#_reinstall (a: plugins )
Original file line number Diff line number Diff line change @@ -517,12 +517,12 @@ g:dein#cache_directory
517517 Default: Under the base directory you have already specified
518518 by | dein#begin() | .
519519
520- *g:dein#runtime_directory*
520+ *g:dein#runtime_directory*
521521g:dein#runtime_directory
522- The runtime directory to use. Contains all merged files.
522+ The runtime directory to use. It contains all merged files.
523523 See | dein-merge | notes.
524524
525- Default: | g:dein#cache_directory | . '/.dein'
525+ Default: | g:dein#cache_directory | .. '/.dein'
526526
527527 *g:dein#default_options*
528528g:dein#default_options
You can’t perform that action at this time.
0 commit comments