Author: jhuntwork Date: 2005-05-15 16:10:18 -0600 (Sun, 15 May 2005) New Revision: 184
Modified: trunk/etc/vimrc Log: Slight adjustment to vimrc Modified: trunk/etc/vimrc =================================================================== --- trunk/etc/vimrc 2005-05-15 22:05:58 UTC (rev 183) +++ trunk/etc/vimrc 2005-05-15 22:10:18 UTC (rev 184) @@ -6,6 +6,9 @@ if (&term == "iterm") || (&term == "putty") set background=dark endif +if (&term == "xterm") || (&term == "xterm-color") + set background=light +endif set ruler " End /etc/vimrc -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
