[vim/vim] vim syntax: highlight `@@` the same way as `@+` or `@*` (Issue #17603)

7 views
Skip to first unread message

Maxim Kim

unread,
Jun 24, 2025, 7:22:55 PM6/24/25
to vim/vim, Subscribed
habamax created an issue (vim/vim#17603)

Steps to reproduce

in vimscript add following text:

let @@ = "asdf"

or

vim9script
@@ = "asdf"

image.png (view on web)

image.png (view on web)

vim9script

@@ = "asdf"

Expected behaviour

@@ should be highlighted as vimLetRegister

Version of Vim

9.1.1478

Environment

debian12, bash

Logs and stack traces


Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issues/17603@github.com>

Maxim Kim

unread,
Jun 24, 2025, 7:33:20 PM6/24/25
to vim/vim, Subscribed
habamax left a comment (vim/vim#17603)

While @@ behaves the same way as @":

let @" = "unnamed register: hello world"
let @@ = "unnamed register: another one"

I can't find the relevant doc about it.


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issues/17603/3002159162@github.com>

Christian Brabandt

unread,
Jun 25, 2025, 3:00:18 PM6/25/25
to vim/vim, Subscribed

Closed #17603 as completed via 037c32e.


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issue/17603/issue_event/18322603443@github.com>

Reply all
Reply to author
Forward
0 new messages