mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-03-26 02:26:33 +08:00
previously, the branch extension used name[0:6], however that would break with multibyte characters, since this is a byte index and not a character index. fixes #1686