Christian Brabandt
Christian Brabandt
The Table command should be fixed now. I leave the issue still open for the collapse feature
Hi jubilatious1! On Fr, 18 Dez 2015, jubilatious1 wrote: > Hi just a thought here on correcting the header misalignment when doing :set nu. > > Instead of using the...
Thanks for the feedback and the nice words. Unfortunately, it is not really possible to collapse a column. We would need some kind of *vertical folding* for that, but this...
check `:h csv-syntax-error`
copying here the content of my mail. (Please do in future not double post): > Hi, > what you want to do, is a bit tricky. Currently, there is no...
hm, can you provide an example please?
this seems to work for me: 
I think after the `g:csv_delim=','` you may need to re-init the plugin `:InitCSV`. Alternatively, try setting `g:csv_delim_test` as mentioned in the help: https://github.com/chrisbra/csv.vim/blob/350af4840991142230103e4f4fc58581d9c07812/doc/ft-csv.txt#L1131-L1133 :let g:csv_delim_test = ',;|'
I think this happens, because the plugin is trying to guess the default delimiter. And `:` is also checked and it occurs more often than the comma, so the plugin...
I don't think this is currently possible.