From 9e549b8829f63f6da36d9b2d3dcf9cc2bbb147ff Mon Sep 17 00:00:00 2001 From: venkatesh k l Date: Fri, 18 Sep 2020 02:38:31 +0530 Subject: [PATCH] Updated the referred link for temp files 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