mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-10-28 18:24:05 +01: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