diff options
Diffstat (limited to 'inc/undo.vim')
| -rw-r--r-- | inc/undo.vim | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/inc/undo.vim b/inc/undo.vim deleted file mode 100644 index 78c7e48..0000000 --- a/inc/undo.vim +++ /dev/null @@ -1,10 +0,0 @@ -" Persistent undo -set undofile -set undodir=~/.vimundo -set undolevels=1000 -set undoreload=10000 - -" lots of history, it's always nice to find old nasty command that happen -" to be really useful -set history=10000 -" |
