Bug 1764236
| Summary: | neovim in diff mode doesn't draw itself correctly in gnome-terminal | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Leonid Podolny <leonid> | ||||
| Component: | neovim | Assignee: | Andreas Schneider <asn> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 31 | CC: | aron, asn, gchamoul, igor.raits, leonid, michel | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | neovim-0.4.2-2.fc31 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2019-10-31 00:58:27 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Could you report this issue upstream please? https://github.com/neovim/neovim/issues Thank you for your response -- just did: https://github.com/neovim/neovim/issues/11278 Curiously, the problem doesn't reproduce with the latest nightly build, but does reproduce with their build of 0.4.2, so it appears like it was fixed. FEDORA-2019-a358634f66 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2019-a358634f66 neovim-0.4.2-2.fc31 has been pushed to the Fedora 31 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-a358634f66 neovim-0.4.2-2.fc31 has been pushed to the Fedora 31 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 1628025 [details] Screenshot Description of problem: Version-Release number of selected component (if applicable): neovim-0.4.2-1.fc31.x86_64 gnome-terminal-3.34.1-1.fc31.x86_64 xfce4-terminal-0.8.8-2.fc31.x86_64 vte291-0.58.1-1.fc31.x86_64 Gnome 3.34 How reproducible: Always Steps to Reproduce: 1. Find two files that have differences with enough distance between them not to fit on one screen. 2. `nvim -f -d file1 file2` 3. Press `]c` to jump from the first difference to anotherm while redrawing the entire screen. Actual results: The window is garbled (attaching screenshot). Expected results: The window isn't garbled. Additional info: This reproduces in gnome-terminal, xfce4-terminal, but not in xterm and rxvt, so the problem is somewhere between neovim, vte and the new gnome, but I can't determine which of them is actually guilty. Please reassign if the component is wrong.