From 85112656a2d1b1e9fd2a11e9157b9c186255e768 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 14 Feb 2013 20:10:53 -0500 Subject: [PATCH] Fix README formatting --- README.markdown | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index bfbd94d..8acd52e 100644 --- a/README.markdown +++ b/README.markdown @@ -69,14 +69,18 @@ Basically, they make it so that you can undo things that happened in a previous invocation of Vim. See `:help undo-persistence` for details. If you don't like them strewn all over the file system, you have a few options. -1. Create the appropriate directory that sensible.vim automatically configures for - your platform: +1. Create the appropriate directory that sensible.vim automatically + configures for your platform: * `~/.local/share/vim/undo` on Linux * `~/Library/Vim/undo` on OS X * `~\Application Data\Vim\undo` on Windows + 2. Provide your own preferred location in `'undodir'`: + set undodir^=~/.vim/undo// + 3. Disable them entirely: + set noundofile You can also just globally ignore them in your SCM of choice. That's what I