mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-04-04 12:09:28 +08:00
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
This commit is contained in:
parent
d0bd3cf589
commit
9e549b8829
@ -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