Commit Graph

5 Commits

Author SHA1 Message Date
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