mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-24 04:41:27 +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