mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
vimdiff: clarify the sigil used for marking the buffer to save
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 <ben.knoble+github@gmail.com>
Acked-by: Fernando Ramos <greenfoo@u92.eu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
2f323bb162
commit
ee8edb7156
@@ -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.
|
||||
....
|
||||
------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user