mirror of
https://github.com/vim/vim
synced 2025-07-16 09:12:00 +00:00
The unamed register may be referenced as both @" and @@. Remove the unused vimPlainRegister syntax group. fixes: #17603. closes: #17605 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>