mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
Add missing winnr key to segments_dictionary
This commit is contained in:
parent
e436bdbbfa
commit
f9af425054
@ -495,6 +495,7 @@ def _get_segment_info():
|
||||
mode = mode_translations.get(mode, mode)
|
||||
return {
|
||||
'window': windows[_window - 1],
|
||||
'winnr': _window,
|
||||
'buffer': buffers[_buffer()],
|
||||
'bufnr': _buffer(),
|
||||
'window_id': _window_ids[_window],
|
||||
|
Loading…
x
Reference in New Issue
Block a user