aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds/global_spec.lua
Commit message (Collapse)AuthorAge
* ex_global: Catch CTRL-C even if it is mapped.Justin M. Keyes2016-10-30
Problem: If CTRL-C is mapped, it does not interrupt :global output. Solution: clear `mapped_ctrl_c` during :global.