aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/mergetools/vimdiff.adoc
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-06-02 09:25:33 -0700
committerJunio C Hamano <gitster@pobox.com>2025-06-02 09:25:33 -0700
commit4f91e606fb86633cdaf6dca40deeb517efe5b91a (patch)
tree7e4475c344fad34652eb94a78a8312c106a5f741 /Documentation/mergetools/vimdiff.adoc
parentA bit more topics for -rc1 (diff)
parentdoc: convert git-switch manpage to new synopsis style (diff)
downloadgit-4f91e606fb86633cdaf6dca40deeb517efe5b91a.tar.gz
git-4f91e606fb86633cdaf6dca40deeb517efe5b91a.zip
Merge branch 'ja/doc-synopsis-style'
Doc mark-up fixes. * ja/doc-synopsis-style: doc: convert git-switch manpage to new synopsis style doc: convert git-mergetool options to new synopsis style doc: convert git-mergetool manpage to new synopsis style doc: switch merge config description to new synopsis format doc: convert merge strategies to synopsis format doc: merge-options.adoc remove a misleading double negation doc: convert merge options to new synopsis format doc: convert git-merge manpage to new style doc: convert git-checkout manpage to new style
Diffstat (limited to 'Documentation/mergetools/vimdiff.adoc')
-rw-r--r--Documentation/mergetools/vimdiff.adoc16
1 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/mergetools/vimdiff.adoc b/Documentation/mergetools/vimdiff.adoc
index ab915df408..abfd426f74 100644
--- a/Documentation/mergetools/vimdiff.adoc
+++ b/Documentation/mergetools/vimdiff.adoc
@@ -183,13 +183,13 @@ latter will be used as fallback if the variant-specific one is not set).
In addition, for backwards compatibility with previous Git versions, you can
also append `1`, `2` or `3` to either `vimdiff` or any of the variants (ex:
`vimdiff3`, `nvimdiff1`, etc...) to use a predefined layout.
-In other words, using `--tool=[g,n,]vimdiffx` is the same as using
-`--tool=[g,n,]vimdiff` and setting configuration variable
-`mergetool.[g,n,]vimdiff.layout` to...
+In other words, using `--tool=[g|n]vimdiff<x>` is the same as using
+`--tool=[g|n]vimdiff` and setting configuration variable
+`mergetool.[g|n]vimdiff.layout` to...
- * `x=1`: `"@LOCAL, REMOTE"`
- * `x=2`: `"LOCAL, MERGED, REMOTE"`
- * `x=3`: `"MERGED"`
+ * `<x>=1`: `"@LOCAL, REMOTE"`
+ * `<x>=2`: `"LOCAL, MERGED, REMOTE"`
+ * `<x>=3`: `"MERGED"`
-Example: using `--tool=gvimdiff2` will open `gvim` with three columns (LOCAL,
-MERGED and REMOTE).
+Example: using `--tool=gvimdiff2` will open `gvim` with three columns (`LOCAL`,
+`MERGED` and `REMOTE`).