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
/
src
/
rst_tables.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove dependency to vim_bridge
VG
2015-07-24
1
-3
/
+0
*
when modifying a table maintain its current indentation
Eric Davis
2012-09-21
1
-10
/
+12
*
Bugfix for table output.
Vincent Driessen
2010-08-20
1
-1
/
+1
*
Implemented the "reflow" command.
Vincent Driessen
2010-08-20
1
-2
/
+45
*
Add support for multi-line cell formatting.
Vincent Driessen
2010-08-19
1
-20
/
+42
*
Add line partitioner.
Vincent Driessen
2010-08-19
1
-3
/
+34
*
Remove CreateTable().
Vincent Driessen
2010-08-19
1
-1
/
+1
*
Add join_rows helper function (necessary for joining long lines later on).
Vincent Driessen
2010-08-19
1
-0
/
+24
*
Add ability to remove all empty columns automatically.
Vincent Driessen
2010-08-19
1
-0
/
+18
*
Added ability to parse existing tables.
Vincent Driessen
2010-08-19
1
-4
/
+12
*
Deal with spaces at the end of the line.
Vincent Driessen
2010-08-19
1
-1
/
+1
*
Finish the CreateTable() function, now we're done with the details.
Vincent Driessen
2010-08-19
1
-16
/
+3
*
Fix: vim.buffer -> vim.current.buffer
Vincent Driessen
2010-08-19
1
-4
/
+4
*
Add main logic to creating RST tables.
Vincent Driessen
2010-08-18
1
-2
/
+135
*
Add initial files.
Vincent Driessen
2010-08-18
1
-0
/
+6