summaryrefslogtreecommitdiff
path: root/runtime/doc/vimdiff.1
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-03-25 21:58:17 +0000
committerBram Moolenaar <Bram@vim.org>2005-03-25 21:58:17 +0000
commit2641f77fbcbd2dbfd494e940aed7fe0df4760f22 (patch)
tree3243064afaaea82e64f6787113de8c667ad573bf /runtime/doc/vimdiff.1
parent68b76a69aa818e4220654244a4353ab43c1ae728 (diff)
downloadvim-git-2641f77fbcbd2dbfd494e940aed7fe0df4760f22.tar.gz
updated for version 7.0064v7.0064
Diffstat (limited to 'runtime/doc/vimdiff.1')
-rw-r--r--runtime/doc/vimdiff.14
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/vimdiff.1 b/runtime/doc/vimdiff.1
index e48728412..079aeeda8 100644
--- a/runtime/doc/vimdiff.1
+++ b/runtime/doc/vimdiff.1
@@ -32,8 +32,8 @@ The 'foldmethod' option is set to "diff", which puts ranges of lines without
changes in a fold. 'foldcolumn' is set to two to make it easy to spot the
folds and open or close them.
.SH OPTIONS
-Vertical splits are used to align the lines, as if the "-O" argument was used.
-To use horizontal splits intead, use the "-o" argument.
+Vertical splits are used to align the lines, as if the "\-O" argument was used.
+To use horizontal splits intead, use the "\-o" argument.
.PP
For all other arguments see vim(1).
.SH SEE ALSO