mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-13 22:13:50 -05:00
remove w:lightline in lightline#disable() (#49)
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
" Version: 0.0
|
" Version: 0.0
|
||||||
" Author: itchyny
|
" Author: itchyny
|
||||||
" License: MIT License
|
" License: MIT License
|
||||||
" Last Change: 2013/12/05 13:11:43.
|
" Last Change: 2013/12/05 13:39:56.
|
||||||
" =============================================================================
|
" =============================================================================
|
||||||
|
|
||||||
let s:save_cpo = &cpo
|
let s:save_cpo = &cpo
|
||||||
@@ -52,7 +52,6 @@ function! lightline#disable()
|
|||||||
for t in range(1, tabpagenr('$'))
|
for t in range(1, tabpagenr('$'))
|
||||||
for n in range(1, tabpagewinnr(t, '$'))
|
for n in range(1, tabpagewinnr(t, '$'))
|
||||||
call settabwinvar(t, n, '&statusline', '')
|
call settabwinvar(t, n, '&statusline', '')
|
||||||
call settabwinvar(t, n, 'lightline', 0)
|
|
||||||
endfor
|
endfor
|
||||||
endfor
|
endfor
|
||||||
augroup LightLine
|
augroup LightLine
|
||||||
|
|||||||
Reference in New Issue
Block a user