]> git.99rst.org Git - git.git/commitdiff
vimdiff: clarify the sigil used for marking the buffer to save
authorD. Ben Knoble <redacted>
Mon, 24 Mar 2025 20:52:23 +0000 (16:52 -0400)
committerJunio C Hamano <redacted>
Tue, 25 Mar 2025 23:14:48 +0000 (16:14 -0700)
The original documentation from 7b5cf8be18 (vimdiff: add tool
documentation, 2022-03-30) mistakenly described the marker as an
asterisk, which is the character "*". The code and examples have always
looked for an arobase ("@").

Signed-off-by: D. Ben Knoble <redacted>
Acked-by: Fernando Ramos <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/mergetools/vimdiff.txt

index d1a4c468e6354e47f52579d6e44f2387b51ba811..1a60aec54d0dbd48b9626fe18072e85de1d84ce0 100644 (file)
@@ -86,7 +86,7 @@ command.
 +
 --
 When `MERGED` is not present in the layout, you must "mark" one of the
-buffers with an asterisk. That will become the buffer you need to edit and
+buffers with an arobase (`@`). That will become the buffer you need to edit and
 save after resolving the conflicts.
 ....
 ------------------------------------------
git clone https://git.99rst.org/PROJECT