chrisbra / csv.vim

A Filetype plugin for csv files
http://www.vim.org/scripts/script.php?script_id=2830
Vim License
1.27k stars 62 forks source link

ArrangeColumn aligns not all lines #213

Closed deniserdogan closed 1 year ago

deniserdogan commented 2 years ago

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
chrisbra commented 2 years ago

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.