index
:
vim-rst-tables
master
[fork] https://github.com/nvie/vim-rst-tables with custom modifications
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
test_rst_tables.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix: typo in test.
Vincent Driessen
2010-08-23
1
-1
/
+1
*
Bugfix for table output.
Vincent Driessen
2010-08-20
1
-12
/
+12
*
Implemented the "reflow" command.
Vincent Driessen
2010-08-20
1
-3
/
+56
*
Add support for multi-line cell formatting.
Vincent Driessen
2010-08-19
1
-2
/
+46
*
Fixed the last failing test (stupid line ending bug).
Vincent Driessen
2010-08-19
1
-3
/
+6
*
Add line partitioner.
Vincent Driessen
2010-08-19
1
-5
/
+17
*
Remove CreateTable().
Vincent Driessen
2010-08-19
1
-2
/
+2
*
Add join_rows helper function (necessary for joining long lines later on).
Vincent Driessen
2010-08-19
1
-1
/
+29
*
Add helper to set the fake vim cursor in tests.
Vincent Driessen
2010-08-19
1
-2
/
+4
*
Add ability to remove all empty columns automatically.
Vincent Driessen
2010-08-19
1
-4
/
+14
*
Use fixtures to make the tests more readable.
Vincent Driessen
2010-08-19
1
-22
/
+19
*
Added ability to parse existing tables.
Vincent Driessen
2010-08-19
1
-0
/
+32
*
Deal with spaces at the end of the line.
Vincent Driessen
2010-08-19
1
-0
/
+5
*
Fix: vim.buffer -> vim.current.buffer
Vincent Driessen
2010-08-19
1
-7
/
+7
*
Add main logic to creating RST tables.
Vincent Driessen
2010-08-18
1
-5
/
+138
*
Change test root.
Vincent Driessen
2010-08-18
1
-0
/
+14