On Mi, 30 Aug 2017, Bram Moolenaar wrote: > I'm getting tired of those terminals that say they are xterm while they > are not...
Understood. I still have this condition in my .vimrc: https://github.com/chrisbra/vim_dotfiles/blob/master/vimrc#L219-L222 " gnome terminal sucks if (exists("$COLORTERM") && $COLORTERM is# 'gnome-terminal') set term=builtin_ansi set t_Co=256 colorscheme molokai endif This is obviously only a workaround and I don't remember why I initially wrote this. This has been in one of my vimrcs for much longer than the git blame output would state. But I don't know what problem this initially worked around. Best, Christian -- Dummheiten können reizend sein, Dummheit nicht. -- Alberto Moravia -- -- 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.
