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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for multi-line cell formatting.
Vincent Driessen
2010-08-19
3
-42
/
+130
*
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
3
-11
/
+85
*
Remove CreateTable().
Vincent Driessen
2010-08-19
3
-6
/
+3
*
Credit Hugo Ruscitti, the original author of the RST for Vim plugin.
Vincent Driessen
2010-08-19
2
-4
/
+9
*
Add join_rows helper function (necessary for joining long lines later on).
Vincent Driessen
2010-08-19
3
-1
/
+77
*
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
5
-11
/
+63
*
Use fixtures to make the tests more readable.
Vincent Driessen
2010-08-19
2
-22
/
+28
*
Fix tutorial.
Vincent Driessen
2010-08-19
1
-10
/
+13
*
Added ability to parse existing tables.
Vincent Driessen
2010-08-19
3
-8
/
+56
*
Deal with spaces at the end of the line.
Vincent Driessen
2010-08-19
4
-2
/
+8
*
Add a simple tutorial.
Vincent Driessen
2010-08-19
1
-0
/
+54
*
Finish the CreateTable() function, now we're done with the details.
Vincent Driessen
2010-08-19
2
-32
/
+6
*
Ignore *.pyc files.
Vincent Driessen
2010-08-19
1
-0
/
+1
*
Fix: vim.buffer -> vim.current.buffer
Vincent Driessen
2010-08-19
3
-15
/
+15
*
Add main logic to creating RST tables.
Vincent Driessen
2010-08-18
5
-9
/
+412
*
Change test root.
Vincent Driessen
2010-08-18
2
-0
/
+16
*
Add initial files.
Vincent Driessen
2010-08-18
5
-0
/
+139