mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-15 15:03:51 -05:00
use 'winnr' component name instead of 'windownb'
This commit is contained in:
@@ -111,7 +111,7 @@ OPTIONS *lightline-option*
|
||||
\ 'line': '%l',
|
||||
\ 'column': '%c',
|
||||
\ 'close': '%999X X ',
|
||||
\ 'windownb': '%{winnr()}' }
|
||||
\ 'winnr': '%{winnr()}' }
|
||||
<
|
||||
g:lightline.component_visible_condition
|
||||
*g:lightline.component_visible_condition*
|
||||
|
||||
Reference in New Issue
Block a user