mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-23 09:39:28 +08:00
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:
parent
b1bcb6f60f
commit
3b872dd97a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user