aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-12 23:18:55 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-12 23:18:55 +1300
commit1696bb44071423e93ecbe3847306a4cac864eb16 (patch)
tree1f39b558914104b4ff3430aa31342eb70803a875
parentApply boilerplate to Vim plugin docs (diff)
downloaddotfiles-1696bb44071423e93ecbe3847306a4cac864eb16.tar.gz
dotfiles-1696bb44071423e93ecbe3847306a4cac864eb16.zip
Move Vim doc requirement to correct section
-rw-r--r--vim/doc/auto_undodir.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/vim/doc/auto_undodir.txt b/vim/doc/auto_undodir.txt
index 451bea66..af7a49bf 100644
--- a/vim/doc/auto_undodir.txt
+++ b/vim/doc/auto_undodir.txt
@@ -6,11 +6,10 @@ This plugin attempts to create a directory "undo" in the directory named by
the first element of 'runtimepath', and enables 'undofile' with that as the
'undodir' if it succeeds or if the directory already exists.
-It requires the |+persistent_undo| feature.
-
REQUIREMENTS *auto_undodir-requirements*
-This plugin is only available if 'compatible' is not set.
+This plugin is only available if 'compatible' is not set. It also requires the
+|+persistent_undo| Vim feature.
AUTHOR *auto_undodir-author*