csv.vim
csv.vim copied to clipboard
ArrangeColumn aligns not all lines
When i try to arrange all columns by doing : ArrangeColumn it aligns just the line that my cursor is on but all lines.
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.