simnalamburt / vim-mundo

:christmas_tree: Vim undo tree visualizer
https://simnalamburt.github.io/vim-mundo
GNU General Public License v2.0
791 stars 28 forks source link

Trailing spaces in Mundo window #101

Open Xblow opened 3 years ago

Xblow commented 3 years ago

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! :+1:

simnalamburt commented 3 years ago

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.