summaryrefslogtreecommitdiffstats
path: root/runtime/doc/diff.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-14 23:00:46 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-14 23:00:46 +0000
commit1f4d4de1ba52d0a9f1310e1026d99adb2e9577b2 (patch)
treea675ab49271b3898d4fa591c0a124edf5f436fef /runtime/doc/diff.txt
parent3b1ddfed5170427a58a4ac51ea212daadaa8a631 (diff)
updated for version 7.0224
Diffstat (limited to 'runtime/doc/diff.txt')
-rw-r--r--runtime/doc/diff.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/diff.txt b/runtime/doc/diff.txt
index aaf21b0f34..8a6c7afde6 100644
--- a/runtime/doc/diff.txt
+++ b/runtime/doc/diff.txt
@@ -1,4 +1,4 @@
-*diff.txt* For Vim version 7.0aa. Last change: 2006 Feb 18
+*diff.txt* For Vim version 7.0aa. Last change: 2006 Mar 14
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -378,7 +378,7 @@ will have the same effect. These variables are set to the file names used:
Example (this does the same as 'patchexpr' being empty): >
- let patchexpr=MyPatch
+ let patchexpr=MyPatch()
function MyPatch
:call system("patch -o " . v:fname_out . " " . v:fname_in .
\ " < " . v:fname_diff)