mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-04-25 00:12:57 +08:00
74f1f0d990
Fix: a literal '0' appears after filename on older versions of vim-lsp.
0c8164b1b3 added support for showing lsp
progress, but didn't always explicitly return a value. Vim uses 0 as a
return value when none are supplied, so when used with an older version
of vim-lsp that doesn't have the progress feature a 0 appeared in the
statusline.