mirror of
https://github.com/neovim/neovim.git
synced 2026-01-28 07:36:03 +00:00
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