Go to file
Matt Wozniski 7f6f1723a2 Use strdisplaywidth where available
In vim 7.3, the strdisplaywidth function was added to give an accurate
count of the number of screen columns that will be taken up by a given
string.  Tabular was written before vim 7.3, and was implementing this
functionality itself (at least for tabs; it wasn't trying to handle
doublewide characters).

This changeset allows us to take advantage of strdisplaywidth where it
exists.
2012-10-21 23:03:13 -04:00
after/plugin Guard TabularMaps.vim against absent Tabular.vim 2009-03-09 17:25:14 -04:00
autoload Use strdisplaywidth where available 2012-10-21 23:03:13 -04:00
doc :Tabularize with no args reuses the last pattern 2011-03-31 00:14:50 -04:00
plugin Doc fix for GTabularize 2012-09-11 00:44:11 -04:00
.gitignore Ignore /doc/tags so this module can more easily be used with Pathogen 2011-01-23 14:08:12 +01:00