Bug 10431
Summary: | Weird highlighting problem with "kd" | ||
---|---|---|---|
Product: | [Retired] Red Hat Raw Hide | Reporter: | Stephen Rasku <redhat> |
Component: | vim | Assignee: | Bernhard Rosenkraenzer <bero> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 1.0 | ||
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: | 2000-04-07 20:26:00 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
Stephen Rasku
2000-03-30 07:27:56 UTC
This is probably not a bug, but the syntax highlighting feature. Apparently "kd" has a meaning in some language and your file is recognized as being of that type. (It's the same as all further characters being highlighted when you use /* in a C file). If you don't like the highlighting feature, edit /usr/share/vim/vim56/macros/vimrc or override it in a local ~/.vimrc. This is actually because search will highlight all instances of the search pattern on the screen. Combined with this, is the fact that this version of vim will remember your last search pattern and highlight it when you re-open a bug. That should be "re-open a file" not "re-open a bug". By the way, is there a way to turn this off? |