diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-07-18 19:40:27 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-07-18 19:40:27 +0200 |
commit | 9729301aa0b6a419dcd87fe9aeed72c367ae72ef (patch) | |
tree | 6b69898bbf1a090cdf1fd26720bc4cfcb90c897b /runtime/doc/options.txt | |
parent | 0acc5618f6954c6faf57032d6b4f611de4254acb (diff) | |
download | vim-git-9729301aa0b6a419dcd87fe9aeed72c367ae72ef.tar.gz |
Updated runtime files.
Add missing test82 files.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 7d8f92620..3bfc05a24 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 @@ A jump table for the options with a short description can be found at |Q_op|. {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. |