Skip to content

Commit

Permalink
Vimrc: Put the backup files in ~/.vim/_backup and swap files in ~/.vi…
Browse files Browse the repository at this point in the history
…m/_temp
  • Loading branch information
kalbasit committed Nov 2, 2011
1 parent d07d8ea commit 9c41583
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,8 @@ if filereadable(expand("~/.vimrc.after"))
endif

""
"" Disable swap files
"" Backup and swap files
""

set nobackup
set nowritebackup
set noswapfile
set backupdir=~/.vim/_backup " where to put backup files.
set directory=~/.vim/_temp " where to put swap files.

0 comments on commit 9c41583

Please sign in to comment.