Vim statusline Hex #37
Labels
No labels
bug
documentation
duplicate
enhancement
help wanted
invalid
maintenance
obsolete
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
yestax/setup#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
%B gives the UTF8 codepoint wich is indeed 0x00E9 while the bytes written are 0xC3A9 so %B works well as intended.
solved by #105