summaryrefslogtreecommitdiffstats
path: root/runtime/doc/message.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-03-07 13:20:54 +0100
committerBram Moolenaar <Bram@vim.org>2013-03-07 13:20:54 +0100
commit34700a6a15323a499d56b2f66a286fc368783371 (patch)
tree208ba037375ed002886ddbfa8f5c4eeed8327c7e /runtime/doc/message.txt
parent7534221ebaba7244f4daaf54bb91206cf45e8a5e (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/message.txt')
-rw-r--r--runtime/doc/message.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt
index 97c452502c..35f6c49de1 100644
--- a/runtime/doc/message.txt
+++ b/runtime/doc/message.txt
@@ -1,4 +1,4 @@
-*message.txt* For Vim version 7.3. Last change: 2011 May 10
+*message.txt* For Vim version 7.3. Last change: 2013 Feb 23
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -730,7 +730,11 @@ Vim cannot create a temporary file.
Can't open file {filename}
Can't read file {filename}
-Vim cannot read a temporary file.
+Vim cannot read a temporary file. Especially on Windows, this can be caused
+by wrong escaping of special characters for cmd.exe; the approach was
+changed with patch 7.3.443. Try using |shellescape()| for all shell arguments
+given to |system()|, or explicitly add escaping with ^. Also see
+'shellxquote' and 'shellxescape'.
*E464* >
Ambiguous use of user-defined command