diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-02-10 19:44:55 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-02-10 19:44:55 -0700 |
commit | 060f1c755938d08fdd04eb3ea1a956635f43e420 (patch) | |
tree | 0f54a583e80b3d342f8315adf23e7bd86d4d2ba2 /plugin/vim-options.vim | |
parent | 7e3f13060aa6463493533f1c25637936e70c54c0 (diff) |
Updating path issue
Diffstat (limited to 'plugin/vim-options.vim')
-rw-r--r-- | plugin/vim-options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 8129391..59fc0e7 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -41,7 +41,7 @@ set statusline+=%2*\ %=\ %l/%L\ (%02p%%)\ "Rownumber/total (%) "----------------------------------------------------------------------------------------------------------------------- if has('nvim') let EditorDir=$HOME.'/.config/nvim/' - let CacheDir=$HOME.'/.vimcache/' + let CacheDir='./.vimcache/' " Create the dirs silent! execute '!mkdir -p '.CacheDir.'backup' " Set Backup dirs |