Hi all, Neovim has support for getting the Vim exit code using the v:exiting variable:
https://github.com/neovim/neovim/pull/5651 This is useful with the VimLeavePre and VimLeave autocommands. Vim usually exits with exit code 0 or 1. But a user can use the ":cquit" command to exit with different values. Should we port this to Vim? Thanks, Yegappan -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAAW7x7mzMH8zAD8iLmHmXJWTcNH1Ly2DhYvx1y9F0btLRtSkTg%40mail.gmail.com.
