vimrc

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules

commit 97295a98873d7a754f0affb333ee52a1fd9f23d7
parent ccb0415a053e5805782852ebf96061675d801b4f
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Sun, 12 Nov 2023 16:34:12 -0500

Fixed typo

Diffstat:
Mvimrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vimrc b/vimrc @@ -10,9 +10,9 @@ if has('win32') set undofile set undodir=$TEMP\vim\undo\ else - set directory=$XDG_CACHE_DIR/vim/swap/ + set directory=$XDG_CACHE_HOME/vim/swap/ set undofile - set undodir=$XDG_CACHE_DIR/vim/undo/ + set undodir=$XDG_CACHE_HOME/vim/undo/ endif