You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2018. It is now read-only.
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?