mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-07 04:47:45 +03:00
feat(ui): file encoding in statusline (#1355)
* feat(ui): file encoding in statusline Display file encoding in statusline if the encoding isn't UTF-8. * Re-export encoding_rs from core From there it can be imported by other mods that rely on it.
This commit is contained in:
parent
ec878e4011
commit
4b0b1a5657
6 changed files with 29 additions and 19 deletions
|
@ -1,3 +1,5 @@
|
|||
pub use encoding_rs as encoding;
|
||||
|
||||
pub mod auto_pairs;
|
||||
pub mod chars;
|
||||
pub mod comment;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue