Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests: shell-test: add INTERACT mode (#10405) | Daniel Hahler | 2019-07-03 |
| | | | | Use it to improve ls_spec: it should not use the user's real shell for performance and other reasons. | ||
* | :ls : show "R", "F" for terminal-jobs #10370 | Justin M. Keyes | 2019-06-29 |
This matches Vim behavior. From `:help :ls` : R a terminal buffer with a running job F a terminal buffer with a finished job ? a terminal buffer without a job: `:terminal NONE` TODO: implement `:terminal NONE`. ref #10349 |