Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: ctrl_c_spec | Justin M. Keyes | 2017-01-04 |
| | | | | | | | - Improve test reliability by only checking for a line with the string we are interested in ("Interrupt"). - Try to avoid OOM by loading an existing big file instead of looping to create one. | ||
* | ex_global: Catch CTRL-C even if it is mapped. | Justin M. Keyes | 2016-10-30 |
Problem: If CTRL-C is mapped, it does not interrupt :global output. Solution: clear `mapped_ctrl_c` during :global. |