From d37c68f8e6514ba62e908230a42057c9dc2066af Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 30 Oct 2017 03:53:55 -0400 Subject: update the undo cache directory in the cleanup script --- bin/clean-vim-undo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/clean-vim-undo') 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: $!"; -- cgit v1.2.3-54-g00ecf