use 'winnr' component name instead of 'windownb'

This commit is contained in:
antoinemadec
2017-09-17 11:55:57 -07:00
parent fe7ef5fb33
commit 9d1fee4887
2 changed files with 2 additions and 2 deletions

View File

@@ -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*