Message ID | 20250324204558.76145-1-ben.knoble+github@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | vimdiff: clarify the sigil used for marking the buffer to save | expand |
On Mon, Mar 24, 2025 at 4:46 PM D. Ben Knoble <ben.knoble+github@gmail.com> wrote: > 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 ("@"). > --- Missing sign-off.
On Mon, Mar 24, 2025 at 4:47 PM Eric Sunshine <sunshine@sunshineco.com> wrote: > > On Mon, Mar 24, 2025 at 4:46 PM D. Ben Knoble > <ben.knoble+github@gmail.com> wrote: > > 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 ("@"). > > --- > > Missing sign-off. doh, indeed.
diff --git a/Documentation/mergetools/vimdiff.adoc b/Documentation/mergetools/vimdiff.adoc index befa86d692..ab915df408 100644 --- a/Documentation/mergetools/vimdiff.adoc +++ b/Documentation/mergetools/vimdiff.adoc @@ -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. .... ------------------------------------------