I ran :registers
and noticed a ^J
at the end of each line.
"" def^J
"0 abc^J
"1 def^J
Having never seen it before, I did some research and found this page describing digraphs.
Where I expect to find ^J
however, I find ^@
, and I find the same thing when I run :digraphs
.
The description to the right tells me it's a linefeed, which makes sense given that ^J
is at the end of the line, but why do both sources map LF to ^@
if ^@
is already assigned to the NULL digraph.
Is this a typo?
Update: LF
gets translated to NULL
: source