Skip to content

Commit

Permalink
rename _tmp to _swap
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Nov 20, 2012
1 parent 41a6269 commit 9f41eb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -38,7 +38,7 @@ end

namespace :vim do
task :tmp do
mkdir_p %w{vim/_backup vim/_tmp vim/_undo}
mkdir_p %w{vim/_backup vim/_swap vim/_undo}
end

task :command_t do
Expand Down
3 changes: 2 additions & 1 deletion vim/.gitignore
@@ -1,6 +1,7 @@
/_tmp
/_backup
/_swap
/_undo
/view
/viminfo
tags
.netrwhist
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -23,7 +23,7 @@ set nobackup
set writebackup
set backupdir=$HOME/.vim/_backup,/tmp
set backupcopy=yes
set directory=$HOME/.vim/_tmp,/tmp
set directory=$HOME/.vim/_swap,/tmp

set switchbuf=useopen
set hidden
Expand Down

0 comments on commit 9f41eb9

Please sign in to comment.