Minor refactoring & corrected variable names
This commit is contained in:
Dhruva Sagar
2014-04-23 11:27:25 +05:30
parent 7e00cea7f5
commit cfbac6979d
5 changed files with 9 additions and 9 deletions

View File

@@ -207,7 +207,7 @@ function! tablemode#spreadsheet#cell#SetCell(val, ...) "{{{2
let line_value = sce . line_value . ece
endif
call setline(line, line_value)
call tablemode#table#TableRealign(line)
call tablemode#table#Realign(line)
endif
endfunction
function! tablemode#spreadsheet#cell#TextObject(inner) "{{{2