Commit Graph

12 Commits

Author SHA1 Message Date
Matt Wozniski
f4d460ea92 Revert "Alternate strategy for empty first column"
Per tpope:
"I just discovered the second of the two tabular fixes I gave you
doesn't work properly if the delimiter is at the very beginning of the
line...  [It] pretended the leading whitespace was part of the padding,
which doesn't help if there's no leading whitespace."

This reverts commit 16f7b1e204.
2010-01-27 00:21:13 -05:00
Tim Pope
16f7b1e204 Alternate strategy for empty first column 2009-12-20 18:09:36 +08:00
Tim Pope
c5fcca78ab Don't add leading space in empty first column 2009-12-20 15:39:39 +08:00
Matt Wozniski
68d1d3a41b More tabular docs 2009-03-11 03:26:02 -04:00
Matt Wozniski
dcf10fa4f6 More tabularize docs 2009-03-09 20:40:10 -04:00
Matt Wozniski
c340487a87 First swing at Tabular.txt help file. 2009-03-09 17:25:14 -04:00
Matt Wozniski
d40b8c40f0 Guard TabularMaps.vim against absent Tabular.vim 2009-03-09 17:25:14 -04:00
Matt Wozniski
3636774cb8 Move TabularMaps to after/plugin
We need to be sure that it will load after Tabular.vim - plus, it sets
an example for others to see how to extend Tabular.
2009-03-09 17:25:14 -04:00
Matt Wozniski
ae157f4a06 Make sure we don't remove all leading indent
The 'remove trailing spaces from first field' logic backfired if the
first field was all whitespace.
2009-03-09 17:25:14 -04:00
Matt Wozniski
f9f6d5bf15 Add 'argument_list' command 2009-03-03 21:44:55 -05:00
Matt Wozniski
d28a1791ea Handle functions that return a:lines
The logic to clear a:lines and replace it with the return of the
function failed pretty miserably when the function returned a:lines.  It
cleared a:lines and then replaced it with the (now empty) elements.
2009-03-03 21:43:31 -05:00
Matt Wozniski
ef55d4b6eb Initial commit 2009-03-03 01:20:14 -05:00