Skip to content

Commit ee8edb7

Browse files
benknoblegitster
authored andcommitted
vimdiff: clarify the sigil used for marking the buffer to save
The original documentation from 7b5cf8b (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 <[email protected]> Acked-by: Fernando Ramos <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2f323bb commit ee8edb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/mergetools/vimdiff.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ command.
8686
+
8787
--
8888
When `MERGED` is not present in the layout, you must "mark" one of the
89-
buffers with an asterisk. That will become the buffer you need to edit and
89+
buffers with an arobase (`@`). That will become the buffer you need to edit and
9090
save after resolving the conflicts.
9191
....
9292
------------------------------------------

0 commit comments

Comments
 (0)