tabular icon indicating copy to clipboard operation
tabular copied to clipboard

Vim script for text filtering and alignment

Results 34 tabular issues
Sort by recently updated
recently updated
newest added

This would be nice if you had something like the following: ``` haskell defaults = defaultConfig { var = "value" , otherVar = "otherValue" , something = "val" } ```...

If I do `Tabularize /│`, that will align it properly but put **two** spaces before the character. I want only **one** space.

It seems that after the last updates there are some issues. So when I try to tabularize something it always insert a space before the first `|` and instead of...

Partially revert the commit. https://github.com/godlygeek/tabular/commit/cdac1a607c Fixes #76