On 2021-01-17, James McCoy wrote: > This isn't just an Vim/Neovim issue. $VIM/$VIMRUNTIME are internal details to > the running vim process, which shouldn't be exposed to child processes.
I disagree. It can be useful for shell configuration files to know whether or not they are running as subshells of Vim, i.e., due to a :sh command. Other programs set environment variables for their subshells--tmux and git come to mind. Please don't mess this up; leave at least $VIM if not $VIMRUNTIME alone. Regards, Gary -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/20210117184412.GC30837%40phoenix.
