From e9a821385da20737e703f3ac8122ad9933085bb6 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Vanhalle Date: Tue, 13 Apr 2021 21:45:49 +0200 Subject: [PATCH] fixes a typo in backup dir --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 2a7b20b..516a7a0 100644 --- a/.vimrc +++ b/.vimrc @@ -216,4 +216,4 @@ let g:vdebug_options= { \ } "let g:autosave_backup = '~/.local/share/vim-data/backup-plugin' -let g:autosave_backup = "$XDG_DATA_HOME/vim-data/backup_plugin" +let g:autosave_backup = "$XDG_DATA_HOME/vim-data/backup-plugin"