From 757fe588f5b21c96477307d11bc043646715e9dd Mon Sep 17 00:00:00 2001 From: itchyny Date: Thu, 5 Dec 2013 14:37:16 +0900 Subject: [PATCH] remove w:lightline in lightline#disable() (#49) --- autoload/lightline.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/autoload/lightline.vim b/autoload/lightline.vim index 7f8e395..9ed8959 100644 --- a/autoload/lightline.vim +++ b/autoload/lightline.vim @@ -3,7 +3,7 @@ " Version: 0.0 " Author: itchyny " License: MIT License -" Last Change: 2013/12/05 13:11:43. +" Last Change: 2013/12/05 13:39:56. " ============================================================================= let s:save_cpo = &cpo @@ -52,7 +52,6 @@ function! lightline#disable() for t in range(1, tabpagenr('$')) for n in range(1, tabpagewinnr(t, '$')) call settabwinvar(t, n, '&statusline', '') - call settabwinvar(t, n, 'lightline', 0) endfor endfor augroup LightLine