csv.vim
csv.vim copied to clipboard
A Filetype plugin for csv files
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:  ArrangeColumn do great job here! Nevertheless a possible...
Hi, while opening any `csv` file, I am getting error: `Invalid column pattern`  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...