mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-21 03:11:13 +08:00
This commit makes branch.vim use neovim's async jobs instead of a system() function. This way we avoid the v:shell_error overwrite bug and allow live updates of the untracked status.