From 1696bb44071423e93ecbe3847306a4cac864eb16 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 12 Nov 2017 23:18:55 +1300 Subject: Move Vim doc requirement to correct section --- vim/doc/auto_undodir.txt | 5 ++--- 1 file 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* -- cgit v1.2.3