commit 85822d5a7be8ff95bc5c01a8c375dc52ef850349 (patch) parent ffa5b859d11317b10bb511c30791c009b4637ff5 Author: Alexander Karle <akarle@umass.edu> Date: Sun, 23 Sep 2018 18:23:09 -0400 [vim] add empty swp/undo folders for easy install Alternatively could call mkdir() in the vimrc, but this feels cleaner. Diffstat:
A | vim/swp/.gitkeep | | | 0 | |
A | vim/undo/.gitkeep | | | 0 |
2 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/vim/swp/.gitkeep b/vim/swp/.gitkeep diff --git a/vim/undo/.gitkeep b/vim/undo/.gitkeep