simnalamburt / vim-mundo

:christmas_tree: Vim undo tree visualizer

Home Page:https://simnalamburt.github.io/vim-mundo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trailing spaces in Mundo window

Xblow opened this issue · comments

I was wondering if it's possible to remove trailing spaces in the Mundo preview window.
I usually mark extra whitespace and I noticed there is unnecessary whitespace in Mundo tree viewer.
You can reproduce it with

highlight ExtraWhitespace ctermbg=brown guibg=brown
match ExtraWhitespace /\s\+$/

with mundo window open.
Overall, it's an amazing plugin, thank you! 👍

I agree that this is an issue and I think it's possible to fix. I'll try to strip the whitespaces or don't append the whitespaces in the first place later.