csv.vim icon indicating copy to clipboard operation
csv.vim copied to clipboard

ArrangeColumn aligns not all lines

Open deniserdogan opened this issue 2 years ago • 1 comments

When i try to arrange all columns by doing : ArrangeColumn it aligns just the line that my cursor is on but all lines.

Screenshot 2022-09-11 at 06 24 10

deniserdogan avatar Sep 11 '22 03:09 deniserdogan

yes correct. See also the documentation:

https://github.com/chrisbra/csv.vim/blob/master/doc/ft-csv.txt#L219-L244

If [range] is not given, it defaults to the current line.

chrisbra avatar Sep 11 '22 16:09 chrisbra