mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 12:45:17 -07:00
fix(terminal): ignore $VIM and $VIMRUNTIME in pty jobs
This commit is contained in:
parent
4a34da82c1
commit
5e78fd7784
@ -3903,6 +3903,8 @@ static const char *pty_ignored_env_vars[] = {
|
||||
"COLORFGBG",
|
||||
"COLORTERM",
|
||||
#endif
|
||||
"VIM",
|
||||
"VIMRUNTIME",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user