RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1016177 - Syntax coloring problem in Python code
Summary: Syntax coloring problem in Python code
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: vim
Version: 7.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Karsten Hopp
QA Contact: BaseOS QE - Apps
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-07 16:21 UTC by Petr Šplíchal
Modified: 2016-06-01 01:48 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 840824
Environment:
Last Closed: 2016-04-11 14:59:33 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Whole bug.py (31.36 KB, image/png)
2016-04-11 14:53 UTC, Karsten Hopp
no flags Details
bug.py after 7 <ctrl-e> <ctrl-l> (25.62 KB, image/png)
2016-04-11 14:54 UTC, Karsten Hopp
no flags Details

Description Petr Šplíchal 2013-10-07 16:21:04 UTC
The same issue is present in the latest RHEL7 vim:
vim-enhanced-7.4.027-2.el7.x86_64

+++ This bug was initially created as a clone of Bug #840824 +++

Description of problem:

When the python code provided below is scrolled up so that the
line 7 disappears, the rest of the code is colored as a string.

Version-Release number of selected component (if applicable):
vim-enhanced-7.2.411-1.8.el6.x86_64

Steps to Reproduce:

1. vim bug.py
2. 7<ctrl-e>
3. <ctrl-l>
  
Python code:
$ cat bug.py
class Class(object)

    def __init__(value):
        """
        Heading

        Accepts the following formats (case does not matter):

            one
            two
            three
        """

        # Some short comment
        for i range(100):
            print i

Comment 2 Petr Šplíchal 2013-10-19 07:43:51 UTC
Editing code is sometimes very hard when affected by this bug as
the coloring is basically inversed and the language keywords are
appearing as a string. Karsten, do you think this could be fixed
in the near future?

Comment 3 RHEL Program Management 2014-03-22 06:37:00 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.

Comment 4 Karsten Hopp 2016-04-11 14:53:26 UTC
Created attachment 1146011 [details]
Whole bug.py

Comment 5 Karsten Hopp 2016-04-11 14:54:34 UTC
Created attachment 1146012 [details]
bug.py after 7 <ctrl-e>  <ctrl-l>

Comment 6 Karsten Hopp 2016-04-11 14:59:33 UTC
Cannot reproduce on a freshly installed RHEL-7.2 with
vim-enhanced-7.4.160-1.el7.x86_64
vim-minimal-7.4.160-1.el7.x86_64
vim-common-7.4.160-1.el7.x86_64

See attachements, they look ok to me.


Note You need to log in before you can comment on or make changes to this bug.