comparison runtime/doc/message.txt @ 4186:7ffc704cb7c1

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Thu, 07 Mar 2013 13:20:54 +0100
parents 3c7da93eb7f9
children 6ec6b7ff2d43
comparison
equal deleted inserted replaced
4185:651e484a8f48 4186:7ffc704cb7c1
1 *message.txt* For Vim version 7.3. Last change: 2011 May 10 1 *message.txt* For Vim version 7.3. Last change: 2013 Feb 23
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
728 728
729 *E484* *E485* > 729 *E484* *E485* >
730 Can't open file {filename} 730 Can't open file {filename}
731 Can't read file {filename} 731 Can't read file {filename}
732 732
733 Vim cannot read a temporary file. 733 Vim cannot read a temporary file. Especially on Windows, this can be caused
734 by wrong escaping of special characters for cmd.exe; the approach was
735 changed with patch 7.3.443. Try using |shellescape()| for all shell arguments
736 given to |system()|, or explicitly add escaping with ^. Also see
737 'shellxquote' and 'shellxescape'.
734 738
735 *E464* > 739 *E464* >
736 Ambiguous use of user-defined command 740 Ambiguous use of user-defined command
737 741
738 There are two user-defined commands with a common name prefix, and you used 742 There are two user-defined commands with a common name prefix, and you used