tabular
tabular copied to clipboard
Vim script for text filtering and alignment
With Vim 8+ natively supporting packages (`:help packages`) and pathogen [deprecating itself](https://github.com/tpope/vim-pathogen/blob/master/README.markdown), would it be possible to provide a version of this for download that uses the new directory layout?...
Instructions for installing using Vim 8.1+ native package managing
Currently, trailing spaces are only stripped from the first element in a line if it contains non-whitespace characters, however this causes padding creep. Given a block like ``` foo =>...
Pardon me if this is way off base but would it be possible to have an "un-tabularize" command that goes the other way? The use case here is to be...
Use case is for Markdown [escaping backticks](https://www.markdownguide.org/basic-syntax/#escaping-backticks). 1. Support escaping special characters inside backticks. Useful for tables which use characters like `|` as delimiters and as content. 2. Ignore backticks...
I did not succeed going over the same range with two reg-exps. I want to tabularize the same text with different delimiters for each or several columns. I.e. the first...
Define a function to check if Tabularize has been called yet, meaning that executing `:Tabularize` will reuse the last pattern. The use-case for this is defining a single mapping that...
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...
Hi, I've been looking around the docs but could not find a way to do this. Say I have a nested javascript object, such as this: ``` var collection =...