On 10/11/06, Alan Treece <[EMAIL PROTECTED]> wrote:
I had a disk failure and recovered from a backup, BUT... something is missing.Now whenever I vim a file I can see the control characters in the text file. Here's what I see in my .cshrc file: [33mumask 022 [33msetenv ORACLE_HOME /usr/local/sqlplus [34m#setenv [31mSQLPATH[34m ${[31mHOME[34m}/sql [33msetenv SQLPATH [32m${[35mHOME[32m}/cvs-projects/SunSolve/ br_R5_15_0/sunsolve5/server/purgeIDS/sql_lib [33msetenv TNS_ADMIN [32m$SQLPATH [34m#setenv TNS_ADMIN $ORACLE_HOME These go away if I comment out the 'syntax on' in my .vimrc file, but what's the deal? What am I missing?
Your vim emit color codes but your temrinal does not interpret colors ? I suspect misalignment between your $TERM setting and the actual term. Yakov
