Updated runtime files.
Add missing test82 files.
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 7d8f926..3bfc05a 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 7.3. Last change: 2011 Jun 12
+*options.txt* For Vim version 7.3. Last change: 2011 Jul 07
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -6002,7 +6002,8 @@
{not in Vi}
When on, use temp files for shell commands. When off use a pipe.
When using a pipe is not possible temp files are used anyway.
- Currently a pipe is only supported on Unix. You can check it with: >
+ Currently a pipe is only supported on Unix and MS-Windows 2K and
+ later. You can check it with: >
:if has("filterpipe")
< The advantage of using a pipe is that nobody can read the temp file
and the 'shell' command does not need to support redirection.