Add missing winnr key to segments_dictionary

This commit is contained in:
ZyX 2014-07-10 22:32:07 +04:00
parent e436bdbbfa
commit f9af425054
1 changed files with 1 additions and 0 deletions

View File

@ -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],