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

@@ -202,7 +202,7 @@ function! tablemode#spreadsheet#DeleteColumn() "{{{2
normal! d
endfor
call tablemode#table#TableRealign('.')
call tablemode#table#Realign('.')
endif
endfunction
@@ -218,7 +218,7 @@ function! tablemode#spreadsheet#DeleteRow() "{{{2
endif
endfor
call tablemode#table#TableRealign('.')
call tablemode#table#Realign('.')
endif
endfunction