mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 09:44:31 +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",
 | 
			
		||||
  "COLORTERM",
 | 
			
		||||
#endif
 | 
			
		||||
  "VIM",
 | 
			
		||||
  "VIMRUNTIME",
 | 
			
		||||
  NULL
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user