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

`:ArrangeColumn` corrupts date string?

Open gilbh opened this issue 3 years ago • 1 comments
trafficstars

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!

gilbh avatar Jun 26 '22 00:06 gilbh

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.

chrisbra avatar Aug 04 '22 15:08 chrisbra