diff options
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/diff.txt | 6 | ||||
-rw-r--r-- | runtime/doc/tags | 4 |
2 files changed, 7 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 diff --git a/runtime/doc/tags b/runtime/doc/tags index 302907b1f..036f4fbd0 100644 --- a/runtime/doc/tags +++ b/runtime/doc/tags @@ -1264,15 +1264,19 @@ $VIMRUNTIME starting.txt /*$VIMRUNTIME* /\$ pattern.txt /*\/\\$* /\%# pattern.txt /*\/\\%#* /\%$ pattern.txt /*\/\\%$* +/\%'m pattern.txt /*\/\\%'m* /\%( pattern.txt /*\/\\%(* /\%(\) pattern.txt /*\/\\%(\\)* +/\%<'m pattern.txt /*\/\\%<'m* /\%<c pattern.txt /*\/\\%<c* /\%<l pattern.txt /*\/\\%<l* /\%<v pattern.txt /*\/\\%<v* +/\%>'m pattern.txt /*\/\\%>'m* /\%>c pattern.txt /*\/\\%>c* /\%>l pattern.txt /*\/\\%>l* /\%>v pattern.txt /*\/\\%>v* /\%U pattern.txt /*\/\\%U* +/\%V pattern.txt /*\/\\%V* /\%[] pattern.txt /*\/\\%[]* /\%^ pattern.txt /*\/\\%^* /\%c pattern.txt /*\/\\%c* |