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
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! 👍
The text was updated successfully, but these errors were encountered:
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.
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
with mundo window open.
Overall, it's an amazing plugin, thank you! 👍
The text was updated successfully, but these errors were encountered: