commit | 5532766b1935a8888fb60fb9a238f0849b96050b | [log] [download] |
---|---|---|
author | Thomas Adam <thomas@xteddy.org> | Tue Aug 13 21:56:41 2013 +0100 |
committer | Thomas Adam <thomas@xteddy.org> | Tue Aug 20 00:04:07 2013 +0100 |
tree | ad4259591fcff555613790a295d877f05b20ff88 | |
parent | 5dbf3cb036d8093599494b8c02407e8d2d079f0d [diff] |
Renumber windows: Lookup lastw via window not index When calling 'movew -r' on a session to reorder the winlinks, ensure when adding back in the information for the lastw stack that we look up the winlink based on the window and not its index. Using the index doesn't make sense here because when comparing it to the old set, it will never match since the winlink has been renumbered. Bug reported by Ben Boeckel.