mirror of
https://github.com/neovim/neovim.git
synced 2026-01-17 02:28:47 +10:00
Unset $SHELL so that child nvim use cmd.exe as default shell. Unset $TERM so that child nvim don't segfault with negative exit code. sh/bash use TERM=cygwin by default if it is unset. mintty sets TERM to xterm.