summaryrefslogtreecommitdiffstats
path: root/bin/clean-vim-undo
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-10-30 03:53:55 -0400
committerJesse Luehrs <doy@tozt.net>2017-10-30 04:39:37 -0400
commitd37c68f8e6514ba62e908230a42057c9dc2066af (patch)
treefa3d7051845abd6373bf96090c26a57326b8feb8 /bin/clean-vim-undo
parent02e929e0cd229411fa5e0b55dd1098159ab1428a (diff)
downloadconf-d37c68f8e6514ba62e908230a42057c9dc2066af.tar.gz
conf-d37c68f8e6514ba62e908230a42057c9dc2066af.zip
update the undo cache directory in the cleanup script
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: $!";