Vim Tips Wiki
Register
We recommend that you log in before editing. This will allow other users to leave you a message about your edit, and will let you track edits via your Watchlist. Creating an account is quick and free.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 164: Line 164:
 
<pre>env TERM=xterm-color vim</pre>
 
<pre>env TERM=xterm-color vim</pre>
 
gives me no artifacts but a black-and-white color scheme. xtermc gives color but artifacts. The sun-color terminal type works perfectly (color without artifacts), but is not recognized on my linux systems, and I'm not able to have multiple versions of my .vimrc file. I'm going to have to write some conditional code in .vimrc for this. :-(
 
gives me no artifacts but a black-and-white color scheme. xtermc gives color but artifacts. The sun-color terminal type works perfectly (color without artifacts), but is not recognized on my linux systems, and I'm not able to have multiple versions of my .vimrc file. I'm going to have to write some conditional code in .vimrc for this. :-(
 
----
 
On OpenSXCE (sparc version of OpenIndiana) this works perfectly when added to the top of my .vimrc:
 
<pre>set term=sun-color</pre>
 
Works fine via KDE Konsole SSH session on Fedora 16. No artifacts.
 
Please note that all contributions to the Vim Tips Wiki are considered to be released under the CC-BY-SA
Cancel Editing help (opens in new window)