mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-07 04:34:26 +08:00
looks like this: ``` let a=(condition ? s:var:'') ``` confuses older Vims and it complains about a missing colon. So make parsing a bit easier and add a space in front of the second colon. fixes #1629