mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
Merge pull request #26456 from gpanders/ignore-vim-runtime
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",
|
||||
"COLORTERM",
|
||||
#endif
|
||||
"VIM",
|
||||
"VIMRUNTIME",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user