Added command TableModeRealign

This commit is contained in:
Dhruva Sagar
2014-03-18 18:25:15 +05:30
parent 0b03a88ffb
commit 6d2ade59dc

View File

@@ -78,8 +78,8 @@ endif
" }}}2
command! -nargs=? -range Tableize <line1>,<line2>call tablemode#TableizeRange(<q-args>)
command! TableAddFormula call tablemode#AddFormula()
command! TableModeRealign call tablemode#TableRealign()
command! TableEvalFormulaLine call tablemode#EvaluateFormulaLine()
nnoremap <silent> <Plug>(table-mode-tableize) :Tableize<CR>