mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-01-20 18:14:23 +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