Update runtime files.
diff --git a/runtime/doc/version5.txt b/runtime/doc/version5.txt
index 4bbae4a..803d743 100644
--- a/runtime/doc/version5.txt
+++ b/runtime/doc/version5.txt
@@ -1,4 +1,4 @@
-*version5.txt* For Vim version 8.2. Last change: 2020 Aug 15
+*version5.txt* For Vim version 8.2. Last change: 2020 Sep 02
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4417,7 +4417,7 @@
When compiling os_win32.c with MIN_FEAT the apply_autocmds() should not be
used. (Aaron)
-This autocommand looped forever: ":au FileChangedShell * nested e <afile>"
+This autocommand looped forever: ":au FileChangedShell * ++nested e <afile>"
Now FileChangeShell never nests. (Roemer)
When evaluating an ":elseif" that was not going to matter anyway, ignore