diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-25 21:58:17 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-25 21:58:17 +0000 |
commit | 2641f77fbcbd2dbfd494e940aed7fe0df4760f22 (patch) | |
tree | 3243064afaaea82e64f6787113de8c667ad573bf /runtime/doc/vimdiff.1 | |
parent | 68b76a69aa818e4220654244a4353ab43c1ae728 (diff) | |
download | vim-git-2641f77fbcbd2dbfd494e940aed7fe0df4760f22.tar.gz |
updated for version 7.0064v7.0064
Diffstat (limited to 'runtime/doc/vimdiff.1')
-rw-r--r-- | runtime/doc/vimdiff.1 | 4 |
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 |