mirror of
https://github.com/neovim/neovim.git
synced 2026-03-25 18:10:56 +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.