summaryrefslogtreecommitdiffstats
path: root/bin/clean-vim-undo
diff options
context:
space:
mode:
Diffstat (limited to 'bin/clean-vim-undo')
-rwxr-xr-xbin/clean-vim-undo2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/clean-vim-undo b/bin/clean-vim-undo
index 0c234eb..efcd3aa 100755
--- a/bin/clean-vim-undo
+++ b/bin/clean-vim-undo
@@ -2,7 +2,7 @@
use strict;
use warnings;
-my $undodir = "$ENV{HOME}/.vim/undo";
+my $undodir = "$ENV{HOME}/.cache/vim/undo";
opendir my $undo, $undodir
or die "can't open $undodir: $!";