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

There have been no accepted pull requests for five years, no replies to any issues for a similar length of time, However, only three years ago a readme was edited,...

Consider this map: nnoremap a :Tabularize And this sample text: fe => feoefij => feon => fe = feoefij = feon = fe { feoefij { feon { When I...

(title may not make sense....) > some_text,_and_some_more > yes,_but_no :Tab /, > some_text_,_and_some_more > yes_______,_but_no but I'd like to end up with > some_text ,_and_some_more > yes,_______but_no (sheesh, how do...

Starting with a buffer containing: ``` a | | ``` and running `Tab /|`, I get: ``` a | | ``` as expected. But running it again on the same...

Say my file is this is a long field, 12345678,3333333333,44444444444 this is also long,134145231451,112412341,3142341341241 short,1,2,3,7,8 short,4,5,6,7,8 I have two blocks here and the second is more tight. The question (or...

``` return this.description == rd.description && this.exampleUrl == rd.example ``` What I try is how to align with (rn this) with (&& ``` rn this.description == rd.description && this.exampleUrl ==...

After running :Tabularize, the cursor is at the beginning of the line. It would be nice if it was in the same logical position, so that running :Tabularize /= on...

With this `:help :Tabularize` now opens the documentation. There might be a better place for the link.

It took me a while to find this functionality in the source: [GTabularize](https://github.com/godlygeek/tabular/blob/d3acca35fdb3e4fc70c1ffa18a76c2784ee7ef57/plugin/Tabular.vim#L321). Why not include it in the doc? > GTabularize /pattern[/format] {{{2 > GTabularize name > > Align...

It does not install with Bundle: All I see in the log is this: [2014-11-25 10:32:57] Plugin URI change detected for Plugin tabular [2014-11-25 10:32:57] > Plugin tabular old URI:...