Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
use two path sep
Browse files Browse the repository at this point in the history
close #48
  • Loading branch information
wsdjeg committed May 4, 2022
1 parent a1ab9dd commit 44b00f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contents/minimal-vimrc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ endif
" Put all temporary files under the same directory.
" https://github.com/mhinz/vim-galore#handling-backup-swap-undo-and-viminfo-files
set backup
set backupdir =$HOME/.vim/files/backup/
set backupdir =$HOME/.vim/files/backup//
set backupext =-vimbackup
set backupskip =
set directory =$HOME/.vim/files/swap//
set updatecount =100
set undofile
set undodir =$HOME/.vim/files/undo/
set undodir =$HOME/.vim/files/undo//
set viminfo ='100,n$HOME/.vim/files/info/viminfo

0 comments on commit 44b00f7

Please sign in to comment.