From 6c5cdbd3afe9c8d96371f305d768176bd8f2a810 Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 8 Apr 2014 06:20:29 -0400 Subject: [PATCH] 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. --- vim/config/plugins.vim | 2 +- vimrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index 61aec6b..49ce4ac 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -270,7 +270,7 @@ \ 'syntastic': 'error', \ }, \ 'separator': {'left': '', 'right': ''}, - \ 'subseparator': {'left': '|', 'right': '|'} + \ 'subseparator': {'left': '|', 'right': '|'}, \ 'component': { \ 'tagbar': '%{tagbar#currenttag("[%s]", "", "f")}', \ }, diff --git a/vimrc b/vimrc index 3bd4ca8..a36fea0 100644 --- a/vimrc +++ b/vimrc @@ -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