Vim statusline Hex #37

Closed
opened 2026-04-13 09:49:24 +02:00 by yestax · 2 comments
Owner

Displayed Hex (see :h statusline and packages/vim/vimrc/plugin/statusline.vim) doesn't show file true character encoding under cursor.

For instance on an utf8 multibyte char, the displayed Hex seems to be an single byte codepage char.

Displayed Hex (see :h statusline and packages/vim/vimrc/plugin/statusline.vim) doesn't show file true character encoding under cursor. For instance on an utf8 multibyte char, the displayed Hex seems to be an single byte codepage char.
Author
Owner

%B gives the UTF8 codepoint wich is indeed 0x00E9 while the bytes written are 0xC3A9 so %B works well as intended.

%B gives the UTF8 codepoint wich is indeed 0x00E9 while the bytes written are 0xC3A9 so %B works well as intended.
Author
Owner

solved by #105

solved by #105
yestax added this to the Setup v1.4.X milestone 2026-06-09 18:52:11 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
yestax/setup#37
No description provided.