aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds/ls_spec.lua
Commit message (Collapse)AuthorAge
* tests: shell-test: add INTERACT mode (#10405)Daniel Hahler2019-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 #10370Justin M. Keyes2019-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