chrisbra/csv.vim

`:ArrangeColumn` corrupts date string?

Closed this issue · 1 comments

gilbh commented

Hi,

Love your plugin!

When I open the following one-line csv file:

DOGEUSDT,buy,short,2021-11-04 08:00,0.2553,,,,[-59.75%],,,EMA_21=0.26914 EMA_50=0.26975 Vol_Osc=-55.88,

-- and then enter :ArrangeColumn, the forth column with the date string (2021-11-04 08:00) is truncated to: 2011

Am I doing something wrong or is this a bug?

Thanks!

I cannot seem to replicate this. Note: by itself on a single line :ArrangeColumn probably won't do anything useful, since the lines already have optimal width.