mirror of
https://github.com/neovim/neovim.git
synced 2026-05-02 12:04:58 +00:00
A terminal buffer now exits with: [Process exited <return value>]
You can hook into it. E.g. :au TermClose * call feedkeys('<cr>')
Closes #2293.