in vimscript add following text:
let @@ = "asdf"
or
vim9script
@@ = "asdf"
vim9script
@@ = "asdf"
@@ should be highlighted as vimLetRegister
9.1.1478
debian12, bash
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
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.![]()
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.![]()