1. Enable Git Change Bar. 2. Enable line wrapping in Geany Preferences → Editor. 3. Open a file that is under Git control (can’t reproduce on files that had been opened before line wrapping was enabled). 4. Change a (short) line in that file. 5. Point the mouse on the margin indicating a changed hunk.
Result: the line is wrongly wrapped in the tooltip (and its ending cannot be seen because of #425):
![git-changebar-wrapped](https://cloud.githubusercontent.com/assets/300211/25344624/588341d8-291b-11e...)
Expected result: same as with line wrapping disabled:
![git-changebar-not-wrapped](https://cloud.githubusercontent.com/assets/300211/25344633/6060db18-291b-11e...)
Note: #425 is about the fact that the wrapped part of the line cannot be seen; this issue is about the fact that the line should not be wrapped in the first place.
Closed #567 via #564.
github-comments@lists.geany.org