This repository was archived by the owner on Apr 6, 2018. It is now read-only.

Description
Hi, I'm not sure if this is intentional, but vimState.history seems to be growing with all the recordable operations ever done in a window, until the window is closed. Before #568, only history[0] was used; but #568 makes use of multiple recent entries, but still we should be able to clean up the history somehow.
Should we maybe keep only the last some number of history entries?