Re: digraph_get('NU') returns 0xA

2023-03-20 Thread John Passaro
thank you for the explanation! from the perspective of interpreting the output of digraph_get*() functions, would this be the case any time it returns 0x0A, or is this a special case for "NU"? On Sun, Mar 19, 2023, 17:57 Bram Moolenaar wrote: > > > :echo char2nr(digraph_get('NU')) prints "10".

Re: digraph_get('NU') returns 0xA

2023-03-19 Thread Bram Moolenaar
> :echo char2nr(digraph_get('NU')) prints "10". this would seem to disagree > with :h digraphs, which says that NU maps to "0" i.e. the null char. I > don't think this is the result of an override as i certainly haven't tried > to enact one and it happens even with -u NONE. Since the NUL byte

digraph_get('NU') returns 0xA

2023-03-19 Thread John Passaro
:echo char2nr(digraph_get('NU')) prints "10". this would seem to disagree with :h digraphs, which says that NU maps to "0" i.e. the null char. I don't think this is the result of an override as i certainly haven't tried to enact one and it happens even with -u NONE. is this a bug? -- -- You