mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-10 12:03:48 -05:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user