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
This commit is contained in:
venkatesh k l 2021-04-13 17:12:31 +05:30 committed by GitHub
parent b1bcb6f60f
commit 3b872dd97a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ if &shell =~# 'fish$'
endif endif
" Put all temporary files under the same directory. " 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 backup
set backupdir =$HOME/.vim/files/backup/ set backupdir =$HOME/.vim/files/backup/
set backupext =-vimbackup set backupext =-vimbackup