Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263485 - app-editors/vim-7.2.021: display bug when :hls displays /$
Summary: app-editors/vim-7.2.021: display bug when :hls displays /$
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-23 13:55 UTC by Daa Jaa
Modified: 2009-07-14 17:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
the file to open with vim. (bug.vim.chercherfin.ligne30curseurbouge,512 bytes, text/plain)
2009-03-23 13:57 UTC, Daa Jaa
Details
the file containing vim information about bugs. (bugreport.txt,93.19 KB, text/plain)
2009-03-23 13:58 UTC, Daa Jaa
Details
the emerge --info file (b,4.46 KB, text/plain)
2009-03-23 14:00 UTC, Daa Jaa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daa Jaa 2009-03-23 13:55:11 UTC
Open file that I attached in vim, in a xterm or in VT1 (control+alt+F1) of linux.
Do :set hls
Do /$
move cursor in last line : you will see display glitches in other lines (at end of lines 2, 11 and 12).

I submit here because :version of vim shows "Modified by Gentoo-7.2".

Reproducible: Always

Steps to Reproduce:
1. Open a file containing the 13 following lines:

:set hls "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
/$ " aaaaaaaaa observe blinking here :
aaaaaaaaaaaaaaaaaaaa
aaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaa observe blinking here:
aaaaaaaaaaaaaaaaaaa observe blinking here:
move cursor aaa[aaa in this aaaaaaaaa]aa[a line a]

2. type :set hls<enter>
3. type /$<enter>
4. type Glllllllllllllllllllllllllllllllllllllllllllllllll
Actual Results:  
Some visible display gliches in lines 2, 11 and 12.

Expected Results:  
The lines 2, 11 and 12 should not change.
Comment 1 Daa Jaa 2009-03-23 13:57:11 UTC
Created attachment 185983 [details]
the file to open with vim.

This is a sample file having the cosmetic problem.
Comment 2 Daa Jaa 2009-03-23 13:58:23 UTC
Created attachment 185985 [details]
the file containing vim information about bugs.

This file was created by
:so $VIMRUNTIME/bugreport.vim
Comment 3 Daa Jaa 2009-03-23 14:00:12 UTC
Created attachment 185987 [details]
the emerge --info file

This file was output of
emerge --info
run as root.
Comment 4 Jim Ramsay (lack) (RETIRED) gentoo-dev 2009-07-14 17:00:55 UTC
This appears to have been fixed in a later version, as I cannot replicate it in 7.2.182

Please reopen if this still persists in 7.2.182 though upstream would be a better place to report this bug.