Made the definition for TERM=linux more precise

This commit is contained in:
Kevin MacMartin 2014-07-21 20:09:41 -04:00
parent 4ed2f8c60b
commit 58d0fc0022

View file

@ -34,7 +34,7 @@
set mouse=a "enables mouse functionality with extended capabilities set mouse=a "enables mouse functionality with extended capabilities
"8 colours in $TERM=linux, 256 elsewhere "8 colours in $TERM=linux, 256 elsewhere
if $TERM =~ '^linux'|set t_Co=8|elseif !has("gui_running")|set t_Co=256|endif if $TERM =~ '^linux$'|set t_Co=8|elseif !has("gui_running")|set t_Co=256|endif
set ttyfast "assume a fast connection to the terminal for better rendering set ttyfast "assume a fast connection to the terminal for better rendering
"configure to primarily use utf8 "configure to primarily use utf8