aboutsummaryrefslogtreecommitdiffstats
path: root/src/rst_tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/rst_tables.py')
-rw-r--r--src/rst_tables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rst_tables.py b/src/rst_tables.py
index 3fb8923..7273b8d 100644
--- a/src/rst_tables.py
+++ b/src/rst_tables.py
@@ -168,7 +168,7 @@ def draw_table(table):
@bridged
-def create_table():
+def reformat_table():
upper, lower = get_table_bounds()
slice = vim.current.buffer[upper - 1:lower]
table = parse_table(slice)