aboutsummaryrefslogtreecommitdiffstats
path: root/src/rst_tables.py
Commit message (Expand)AuthorAgeFilesLines
* remove src and build.py since they are not usedVG2015-07-241-274/+0
* Revert "remove dependency to vim_bridge"VG2015-07-241-0/+3
* remove dependency to vim_bridgeVG2015-07-241-3/+0
* when modifying a table maintain its current indentationEric Davis2012-09-211-10/+12
* Bugfix for table output.Vincent Driessen2010-08-201-1/+1
* Implemented the "reflow" command.Vincent Driessen2010-08-201-2/+45
* Add support for multi-line cell formatting.Vincent Driessen2010-08-191-20/+42
* Add line partitioner.Vincent Driessen2010-08-191-3/+34
* Remove CreateTable().Vincent Driessen2010-08-191-1/+1
* Add join_rows helper function (necessary for joining long lines later on).Vincent Driessen2010-08-191-0/+24
* Add ability to remove all empty columns automatically.Vincent Driessen2010-08-191-0/+18
* Added ability to parse existing tables.Vincent Driessen2010-08-191-4/+12
* Deal with spaces at the end of the line.Vincent Driessen2010-08-191-1/+1
* Finish the CreateTable() function, now we're done with the details.Vincent Driessen2010-08-191-16/+3
* Fix: vim.buffer -> vim.current.bufferVincent Driessen2010-08-191-4/+4
* Add main logic to creating RST tables.Vincent Driessen2010-08-181-2/+135
* Add initial files.Vincent Driessen2010-08-181-0/+6