vim-airline/autoload/airline/extensions/tabline
Christian Brabandt 9a2ed35ff9
tabline: do not confuse Vim
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
2018-01-08 13:46:08 +01:00
..
formatters Update copyright notifications 2018-01-05 10:37:59 +01:00
autoshow.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
buffers.vim tabline: do not confuse Vim 2018-01-08 13:46:08 +01:00
buflist.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
ctrlspace.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
tabs.vim Update copyright notifications 2018-01-05 10:37:59 +01:00