Found a way to make the MS-Windows installer wait for the uninstaller to
finish, no need for the user to press Enter.
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 1b8bea7..8c8006c 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -7226,7 +7226,7 @@
{not in Vi}
{only when compiled with the +persistent_undo feature}
List of directory names for undo files, separated with commas.
- See |'backupdir'| for the format.
+ See |'backupdir'| for details of the format.
"." means using the directory of the file. The undo file name for
"file.txt" is ".file.txt.un~".
For other directories the file name is the full path of the edited
@@ -7246,9 +7246,9 @@
When on, Vim automatically saves undo history to an undo file when
writing a buffer to a file, and restores undo history from the same
file on buffer read.
- The name of the undo file is specified by 'undodir'.
- See |undo-persistence|.
- WARNING: this is a very new feature. Use at your own risc!
+ The directory where the undo file is stored is specified by 'undodir'.
+ For more information about this feature see |undo-persistence|.
+ WARNING: this is a very new feature. Use at your own risk!
*'undolevels'* *'ul'*
'undolevels' 'ul' number (default 100, 1000 for Unix, VMS,