mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-11 04:23:47 -05:00
@@ -147,7 +147,7 @@ function! tablemode#table#AddHeaderBorder(line) "{{{2
|
||||
call setline(a:line, s:GenerateHeaderBorder(a:line))
|
||||
endfunction
|
||||
|
||||
function! tablemode#table#TableRealign(line) "{{{2
|
||||
function! tablemode#table#Realign(line) "{{{2
|
||||
let line = tablemode#utils#line(a:line)
|
||||
|
||||
let [lnums, lines] = [[], []]
|
||||
|
||||
Reference in New Issue
Block a user