add 'windownb' component

This commit is contained in:
antoinemadec
2017-09-15 11:31:36 -07:00
parent 96d6d108bf
commit fe7ef5fb33
2 changed files with 4 additions and 3 deletions

View File

@@ -109,8 +109,9 @@ OPTIONS *lightline-option*
\ 'spell': '%{&spell?&spelllang:""}',
\ 'lineinfo': '%3l:%-2v',
\ 'line': '%l',
\ 'column': '%c'
\ 'close': '%999X X ' }
\ 'column': '%c',
\ 'close': '%999X X ',
\ 'windownb': '%{winnr()}' }
<
g:lightline.component_visible_condition
*g:lightline.component_visible_condition*