From 060f1c755938d08fdd04eb3ea1a956635f43e420 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 10 Feb 2017 19:44:55 -0700 Subject: Updating path issue --- plugin/vim-options.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3