mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-31 00:24:22 +08:00
* Introduce a config variable that holds the vcs-dependent parts of code. * Removes `get_*_untracked` duplication by merging their logic together. * Removes custom checks for 'git' or 'hg'. Functions now rely on provided config argument. * Use loops instead of manually specifying each handled VCS. closes #1303