vim-airline/autoload/airline
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
..
extensions tabline: do not confuse Vim 2018-01-08 13:46:08 +01:00
themes Update copyright notifications 2018-01-05 10:37:59 +01:00
async.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
builder.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
debug.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
extensions.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
highlighter.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
init.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
msdos.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
parts.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
section.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
themes.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
util.vim Update copyright notifications 2018-01-05 10:37:59 +01:00