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

A Filetype plugin for csv files

Results 23 csv.vim issues
Sort by recently updated
recently updated
newest added

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...

Hi, When I try the following lines in my `.vimrc`: ``` autocmd BufRead *.csv: \ Header ``` -- nothing happens. (What I want this to do is to have `:Header`...

Use `:v`'s `_` flag to not clobber @/ instead of backing it up and restoring it. This feature has been supported in Vim since 2004: doc/repeat.txt: (:v :vglobal) > Example:...

When using the text objects "if" or "af" I get the "Press ENTER to continue" prompt. Is anyone else experiencing this?

Hi Christian, here below I submit some screenshots to show some minor points/possible small issues: ## column widths (collpase feature) see: ![default_width](http://solyaris4.altervista.org/CSV/csv_width.jpg) ArrangeColumn do great job here! Nevertheless a possible...

Hi, while opening any `csv` file, I am getting error: `Invalid column pattern` ![Screenshot from 2021-09-14 07-14-22](https://user-images.githubusercontent.com/4639447/133181165-5ea08c85-865a-4646-bbd3-33378a66defa.png) I have installed the plugin using `vim-plug` and used: ``` " CSV: {{{2...

Is there a way to run a script over every cell in a column with this plugin? For example, a script which takes a value in a cell, sends it...

As mentioned in #174 I (ab)use this plugin to edit Markdown pipe tables. When doing so I have noticed that ArrangeColumn gets confused by combining marks. It's actually quite trivial:...

(Apologies in advance if this is a duplicate. I could have sworn that I had raised this before but I can't find it now.) I'm using this plugin to edit...