summaryrefslogtreecommitdiff
path: root/test/regression/4896-unmap-executing-mapping/cmd
AgeCommit message (Collapse)Author
2023-05-25unmap: fail if the mapping is currently executingJohannes Altmanninger
When unmapping a key sequence that is currently executing, we continue executing freed memory which can have weird effects. Let's instead throw an error if that happens. In future we can support unmap in this scenario. Closes #4896