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:


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.