aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove vim_bridge dependency again but from the right place.HEADmasterVG2015-07-241-11/+8
* remove src and build.py since they are not usedVG2015-07-243-324/+0
* Revert "remove dependency to vim_bridge"VG2015-07-243-15/+38
* remove dependency to vim_bridgeVG2015-07-243-38/+15
* Merge pull request #22 from jorgesca/fix_utf8Vincent Driessen2015-04-291-5/+12
|\
| * Remove print statement used for debuggingJorge Scandaliaris2015-04-241-1/+0
| * Fix wrong table width when non-ascii characters are presentJorge Scandaliaris2015-04-241-5/+13
|/
* Merge pull request #21 from coddingtonbear/masterVincent Driessen2014-08-311-0/+17
|\
| * Adding a note to the readme indicating how to re-flow a table; instructions g...Adam Coddington2014-08-101-0/+17
|/
* Merge pull request #20 from 0x20h/patch-1Vincent Driessen2014-01-291-2/+2
|\
| * Update README.rstJan Kohlhof2014-01-281-2/+2
|/
* Merge pull request #18 from kri5/masterVincent Driessen2013-08-141-1/+1
|\
| * Add check to be able to create a top page tableChristophe Courtaut2013-08-141-1/+1
|/
* Merge pull request #14 from insanum/masterVincent Driessen2013-03-302-20/+24
|\
| * when modifying a table maintain its current indentationEric Davis2012-09-212-20/+24
|/
* Merge pull request #10 from erisian/patch-1Vincent Driessen2012-03-291-6/+3
|\
| * Remove code-block directives, use :: for examples instead, to satisfy GitHub'...erisian2012-03-271-6/+3
|/
* Merge pull request #7 from choplin/masterVincent Driessen2011-10-011-2/+12
|\
| * fixed bug : doesn't work properly with East Asian Languagechoplin2011-10-011-2/+12
|/
* Fix URLVincent Driessen2010-12-061-1/+1
* Fix: wrong markup language :)Vincent Driessen2010-12-061-1/+3
* Add stillmaintained status.Vincent Driessen2010-12-061-0/+3
* Fix: typo in test.Vincent Driessen2010-08-231-1/+1
* Bugfix for table output.Vincent Driessen2010-08-203-14/+14
* Implemented the "reflow" command.Vincent Driessen2010-08-205-9/+168
* Fix key mapping.Vincent Driessen2010-08-191-1/+1
* Add support for multi-line cell formatting.Vincent Driessen2010-08-193-42/+130
* Fixed the last failing test (stupid line ending bug).Vincent Driessen2010-08-191-3/+6
* Add line partitioner.Vincent Driessen2010-08-193-11/+85
* Remove CreateTable().Vincent Driessen2010-08-193-6/+3
* Credit Hugo Ruscitti, the original author of the RST for Vim plugin.Vincent Driessen2010-08-192-4/+9
* Add join_rows helper function (necessary for joining long lines later on).Vincent Driessen2010-08-193-1/+77
* Add helper to set the fake vim cursor in tests.Vincent Driessen2010-08-191-2/+4
* Add ability to remove all empty columns automatically.Vincent Driessen2010-08-195-11/+63
* Use fixtures to make the tests more readable.Vincent Driessen2010-08-192-22/+28
* Fix tutorial.Vincent Driessen2010-08-191-10/+13
* Added ability to parse existing tables.Vincent Driessen2010-08-193-8/+56
* Deal with spaces at the end of the line.Vincent Driessen2010-08-194-2/+8
* Add a simple tutorial.Vincent Driessen2010-08-191-0/+54
* Finish the CreateTable() function, now we're done with the details.Vincent Driessen2010-08-192-32/+6
* Ignore *.pyc files.Vincent Driessen2010-08-191-0/+1
* Fix: vim.buffer -> vim.current.bufferVincent Driessen2010-08-193-15/+15
* Add main logic to creating RST tables.Vincent Driessen2010-08-185-9/+412
* Change test root.Vincent Driessen2010-08-182-0/+16
* Add initial files.Vincent Driessen2010-08-185-0/+139