mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -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",
|
"COLORFGBG",
|
||||||
"COLORTERM",
|
"COLORTERM",
|
||||||
#endif
|
#endif
|
||||||
|
"VIM",
|
||||||
|
"VIMRUNTIME",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user