From 6d2ade59dc9369ac9292044e10ff1d1ece6852da Mon Sep 17 00:00:00 2001 From: Dhruva Sagar Date: Tue, 18 Mar 2014 18:25:15 +0530 Subject: [PATCH] Added command TableModeRealign --- plugin/table-mode.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/table-mode.vim b/plugin/table-mode.vim index 4740677..95a5a5c 100644 --- a/plugin/table-mode.vim +++ b/plugin/table-mode.vim @@ -78,8 +78,8 @@ endif " }}}2 command! -nargs=? -range Tableize ,call tablemode#TableizeRange() - command! TableAddFormula call tablemode#AddFormula() +command! TableModeRealign call tablemode#TableRealign() command! TableEvalFormulaLine call tablemode#EvaluateFormulaLine() nnoremap (table-mode-tableize) :Tableize