Christian wrote:
> On Di, 12 Jun 2018, Bram Moolenaar wrote: > > > Patch 8.1.0049 > > Problem: Shell cannot tell running in a terminal window. > > Solution: Add the VIM_TERMINAL environment variable. (Christian Brabandt) > > Files: runtime/doc/terminal.txt, src/os_unix.c, src/os_win32.c, > > src/testdir/test_terminal.vim > > Hi, > unfortunately, Vim fails to link on tiny versions. This patch should fix > it: Yes, but there is another problem, that VIM_TERMINAL is set for non-terminal jobs. When checking for the terminal feature then the eval feature will also be available. And there is an inconsistency between Unix and MS-Windows: VIM_SERVERNAME was only set in a terminal on MS-Windows and always on Unix. Let's do this the Unix way. -- Seen it all, done it all, can't remember most of it. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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]. For more options, visit https://groups.google.com/d/optout.
