Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(terminal): crash if TermClose deletes own buffer #19222 | Justin M. Keyes | 2022-07-05 |
| | | | | | | | | - Partially fixes #10386 except for the case where the alternate buffer is the default, empty, first buffer created on startup. #vimlife - TODO: port patches related to `can_unload_buffer`, maybe that fully fixes #10386? vim-patch:8.0.1732: crash when terminal API call deletes the buffer | ||
* | refactor(tests): introduce testprg() | Justin M. Keyes | 2022-06-25 |
| | | | | | | Also: - Add a describe('shell :!') section to system_spec. - Make the test for #16271 work on systems without powershell. | ||
* | test: unskip tests skipped in #14661 | zeertzjq | 2022-04-13 |
| | |||
* | feat(lua): add api and lua autocmds | TJ DeVries | 2022-02-27 |
| | |||
* | feat(terminal): TermClose: set exit code in v:event.status #15406 | Gregory Anders | 2021-08-20 |
| | | | Closes #4713 | ||
* | autocmds: TermEnter, TermLeave #8550 | Usama Hameed | 2019-09-14 |
fix #8428 |