mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-04-27 17:11:25 +08:00
2cea8346cf
When the sandbox is active (e.g. while debugging something), certains commands and expressions are not allowed (see :h sandbox) and may cause nasty exceptions to be thrown. So try to catch E48 and handle it gracefully