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