mirror of
https://github.com/neovim/neovim.git
synced 2025-11-22 10:06:33 +00:00
Contains the exit value nvim will use. Before exiting, it is v:null. That way jobs or autocmds (in VimLeavePre or VimLeave) can check if Neovim is about to quit and with what exit value. Closes #4666.