diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-01-22 23:25:56 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-01-22 23:25:56 +0000 |
commit | 71fe80dddd436b36de5d814c1165a3e56b1f0974 (patch) | |
tree | 1780c4e74a6a23b339d9f75b410bf93acf8090fe /runtime/doc/diff.txt | |
parent | 66fa271a25f5d7e7be7425ef97b22cf11ee1b0b8 (diff) | |
download | vim-71fe80dddd436b36de5d814c1165a3e56b1f0974.zip |
updated for version 7.0185
Diffstat (limited to 'runtime/doc/diff.txt')
-rw-r--r-- | runtime/doc/diff.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/diff.txt b/runtime/doc/diff.txt index fdd820f84..b39e721c1 100644 --- a/runtime/doc/diff.txt +++ b/runtime/doc/diff.txt @@ -1,4 +1,4 @@ -*diff.txt* For Vim version 7.0aa. Last change: 2005 Sep 21 +*diff.txt* For Vim version 7.0aa. Last change: 2006 Jan 22 VIM REFERENCE MANUAL by Bram Moolenaar @@ -345,8 +345,8 @@ get an error message. Possible causes: - The 'shell' and associated options are not set correctly. Try if filtering works with a command like ":!sort". - You are using 'diffexpr' and it doesn't work. -If it's not clear what the problem is set the 'verbose' option to see more -messages. +If it's not clear what the problem is set the 'verbose' option to one or more +to see more messages. The self-installing Vim includes a diff program. If you don't have it you might want to download a diff.exe. For example from |