From 87a26c5bf169bafbee837e2323f24cfb07e35250 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 21 Dec 2021 14:41:23 +0100 Subject: Update --- autoload/csv.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload/csv.vim') diff --git a/autoload/csv.vim b/autoload/csv.vim index 36a65dd3..34943bc7 100644 --- a/autoload/csv.vim +++ b/autoload/csv.vim @@ -2724,7 +2724,7 @@ fu! csv#Tabularize(bang, first, last) "{{{3 if getline(a:first)[-1:] isnot? b:delimiter let b:col_width[-1] += 1 endif - let marginline = s:td.scol. join(map(copy(b:col_width), 'repeat(s:td.hbar, v:val)'), s:td.cros). s:td.ecol + let marginline = s:td.scol. join(map(copy(b:col_width), 'repeat(s:td.hbar, v:val-1)'), s:td.cros). s:td.ecol call csv#NewDelimiter(s:td.vbar, 1, line('$')) "exe printf('sil %d,%ds/%s/%s/ge', a:first, (a:last+adjust_last), -- cgit v1.2.3