mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-05-06 21:43:56 +08:00
0a352c9f5b
Currently, vim-airline will check untracked status for files e.g. living in .git. So when editing .git/config it will show as being untracked. While technically, this is correct I prefer not to see this for those files. So skip the check for those files.