mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-01-25 12:26:42 +08:00
for some reasons, calling async functions might cause an error, if a SourcePre command has been defined. So explicitly call the functions using `:noa` modifier to prevent triggering the SourcePre autocommand. fixes #1742