Bug 128344

Summary: vimrc contains incorrect control sequences for xterm
Product: [Fedora] Fedora Reporter: Nalin Dahyabhai <nalin>
Component: vimAssignee: Karsten Hopp <karsten>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dickey
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-07-22 09:11:52 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Nalin Dahyabhai 2004-07-21 22:50:23 UTC
The /etc/vimrc (6.3.013-2) appears to have a bug.  This section:
     if &term=="xterm"
          set t_Co=8
          set t_Sb=^[4%dm
          set t_Sf=^[3%dm
     endif
is wrong -- t_Sb and t_Sf begin with a literal circumflex followed by
a left square bracket, when the xterm control sequence for selecting
the color should instead begin with a literal escape followed by a
left square bracket.  Replacing the two circumflexes with an escape
character seems to fix it on my system.

This could be the cause of bug #115499.

Comment 1 Karsten Hopp 2004-07-22 09:11:52 UTC
Not sure if cvs mangled the file or if I made a cut&paste error, 
 but it should be fixed now.