Skip to content

Commit a632713

Browse files
committed
Persist undodir directory
1 parent cd3b8f3 commit a632713

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
.netrwhist
22

3-
# This is the directory where persistent undo will be stored.
4-
undodir/
5-
63
# I initially don't want my local wiki committed.
74
wiki/
85

undodir/.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# This file serves two purposes
2+
# 1. Create an undodir when the vimrc is cloned (vim won't create it for you).
3+
# 2. Prevent accidentally commit my entire computer history
4+
*
5+
!.gitignore
6+

0 commit comments

Comments
 (0)