From 3b872dd97a51d87b505fc3e9adca9b9d5b0a5a6f Mon Sep 17 00:00:00 2001 From: venkatesh k l <10276910+klvenky@users.noreply.github.com> Date: Tue, 13 Apr 2021 17:12:31 +0530 Subject: [PATCH] Minimal vimrc: fix link for temporary files (#156) The link in the comment at line 54 was broken. Fixed it by pointing to https://github.com/mhinz/vim-galore#temporary-files --- static/minimal-vimrc.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/minimal-vimrc.vim b/static/minimal-vimrc.vim index 5c0bdb0..267504f 100644 --- a/static/minimal-vimrc.vim +++ b/static/minimal-vimrc.vim @@ -51,7 +51,7 @@ if &shell =~# 'fish$' endif " Put all temporary files under the same directory. -" https://github.com/mhinz/vim-galore#handling-backup-swap-undo-and-viminfo-files +" https://github.com/mhinz/vim-galore#temporary-files set backup set backupdir =$HOME/.vim/files/backup/ set backupext =-vimbackup