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'm wondering why this plugin is adding so much extra space around the results? Here is what I mean. Let's say I have the following text and I'm tabulating it on a space:
a bb ccc dddd e
h e l l o
I run :Tabularize / (with a space after / ) and the result that I get is the following with three spaces between each literal:
a bb ccc dddd e
h e l l o
I'm having hard time understanding why is there such an excessive spacing in the result.
The result that I'm expecting is the following:
a bb ccc dddd e
h e l l o
I'd appreciate any insight into this.
Peter
The text was updated successfully, but these errors were encountered:
Hi Matt,
Thanks for creating this great plugin!
I'm wondering why this plugin is adding so much extra space around the results? Here is what I mean. Let's say I have the following text and I'm tabulating it on a space:
I run
:Tabularize /
(with a space after/
) and the result that I get is the following with three spaces between each literal:I'm having hard time understanding why is there such an excessive spacing in the result.
The result that I'm expecting is the following:
I'd appreciate any insight into this.
Peter
The text was updated successfully, but these errors were encountered: