Whoops, missed a comma the lightline section for non-powerline fonts and

didn't catch it until after shipping. This commit fixes the trouble
though.
This commit is contained in:
Kevin 2014-04-08 06:20:29 -04:00
parent 17d10a37c9
commit 6c5cdbd3af
2 changed files with 2 additions and 2 deletions

View file

@ -270,7 +270,7 @@
\ 'syntastic': 'error',
\ },
\ 'separator': {'left': '', 'right': ''},
\ 'subseparator': {'left': '|', 'right': '|'}
\ 'subseparator': {'left': '|', 'right': '|'},
\ 'component': {
\ 'tagbar': '%{tagbar#currenttag("[%s]", "", "f")}',
\ },

2
vimrc
View file

@ -35,7 +35,7 @@
let g:autostarttagbar=0
"Powerline Font Support: (1:enabled | 0:disabled)
let g:powerlinefonts=1
let g:powerlinefonts=0
"GVim Font Selection: (term font set by terminal)
set guifont=Droid\ Sans\ Mono\ 12