mirror of
https://github.com/amix/vimrc
synced 2025-06-28 10:35:01 +08:00
Create the empty undodir.
This patch aims to make the persistent undo functionality work out of the place.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,3 @@
|
|||||||
temp_dirs/undodir*
|
|
||||||
sources_non_forked/ack.vim/.netrwhist
|
sources_non_forked/ack.vim/.netrwhist
|
||||||
temp_dirs/yankring_history_v2.txt
|
temp_dirs/yankring_history_v2.txt
|
||||||
sources_forked/yankring/doc/tags
|
sources_forked/yankring/doc/tags
|
||||||
|
2
temp_dirs/undodir/.gitignore
vendored
Normal file
2
temp_dirs/undodir/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# http://stackoverflow.com/a/932982
|
||||||
|
!.gitignore
|
Reference in New Issue
Block a user