You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just switched from gundo to mundo and fixed up the binding and the settings. I have vim set to highlight trailing whitespace:
highlight ExtraWhitespace ctermbg=red guibg=red
The Mundo main display seems to have trailing whitespace on every line while the Gundo main display did not. So in Mundo I get red blocks after each "ago" and on each of the tree drawing lines while I don't see that with Gundo.
Interestingly, the patch display in Mundo doesn't seem to have any lines with trailing whitespace, even if it should. It seems as if something is specifically stripping it. In Gundo the patch display always seems to have one or two lines that end in spaces (and are highlighted as such).
The text was updated successfully, but these errors were encountered:
I am also experiencing this problem, and I must say it looks very very horrible when combined with highlighting of trailing whitespace. This is how it looks for me:
I don't use that plugin, and anyway I would prefer to fix it in vim-mundo. I'm trying to fix it myself, however I can't seem to find out where in the code the text gets printed to the vim window. I found where the text strings are assembled in the python code (graphlog.py, function generate), but the trailing whitespace is added elsewhere (maybe in a vim script). I have managed to remove the whitespace from the "* ago" lines, but the other lines doesn't contain the whitespace yet in the python code. I can't see where the generate function is called from either
Just switched from gundo to mundo and fixed up the binding and the settings. I have vim set to highlight trailing whitespace:
The Mundo main display seems to have trailing whitespace on every line while the Gundo main display did not. So in Mundo I get red blocks after each "ago" and on each of the tree drawing lines while I don't see that with Gundo.
Interestingly, the patch display in Mundo doesn't seem to have any lines with trailing whitespace, even if it should. It seems as if something is specifically stripping it. In Gundo the patch display always seems to have one or two lines that end in spaces (and are highlighted as such).
The text was updated successfully, but these errors were encountered: