From cc8619ce3ba7dc9a2e25e78945824f26a301e85e Mon Sep 17 00:00:00 2001 From: itchyny Date: Thu, 22 Aug 2013 10:22:08 +0900 Subject: [PATCH] remove nothing component --- autoload/lightline.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/autoload/lightline.vim b/autoload/lightline.vim index a9fc397..9ffea84 100644 --- a/autoload/lightline.vim +++ b/autoload/lightline.vim @@ -3,7 +3,7 @@ " Version: 0.0 " Author: itchyny " License: MIT License -" Last Change: 2013/08/22 10:19:45. +" Last Change: 2013/08/22 10:21:58. " ============================================================================= let s:save_cpo = &cpo @@ -46,7 +46,6 @@ function! lightline#init() \ 'n' : 'normal', 'i' : 'insert', 'R' : 'replace', 'v' : 'visual', 'V' : 'visual', \ 'c' : 'command', '': 'visual', 's' : 'select', 'S' : 'select', '': 'select', } let g:lightline._component = { - \ 'nothing': '', \ 'mode': '%{lightline#mode()}', \ 'filename': '%t', \ 'modified': '%M',