mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-16 00:37:08 +08:00
"system()" called by "get_git_untracked" and "get_hg_untracked" fails sometimes. It reports error "Can't open file /tmp/***". The root cause is that the file path for system() contains some unordinary character and lacks quotes.