Bug 225123
| Summary: | :%! does not update display/buffer | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan Kratochvil <jan.kratochvil> |
| Component: | vim | Assignee: | Karsten Hopp <karsten> |
| Status: | CLOSED NOTABUG | QA Contact: | David Lawrence <dkl> |
| Severity: | urgent | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| 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: | 2007-01-29 18:35:10 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
Jan Kratochvil
2007-01-29 04:13:46 UTC
Deleting vimrc isn't required, just start vim with '-u NONE -U NONE' VIm works like expected on my system. What are your $TERM $LANG settings and which terminal are you using (linux-console, konsole, gnome-terminal,...) ? Does Ctrl-l (L) refesh the screen so that the changes made by tr are visible ? COLORTERM=gnome-terminal TERM=xterm LANG=en_US.UTF-8 LC_COLLATE=C gnome-terminal-2.17.90-1.fc7.i386 It should not be a displaying problem - I wrote above the search for `y' fails (sure I also tried CTRL-L, flip to other page etc.). You should try it 2-5 times times - it is not 100% reproducible. OK, going to check it locally more asi it breaks my various macros. (-u/-U - thanks although I just wanted to assure I do not have some broken stuff there.) Sorry the report was completely invalid. Sure "tr . y" does not translate any character as tr(1) does not use regex. I just tried to minimize the reproducibility case and... The bug is just broken gnome-terminal(1) displaying, going to check elsewhere. |