Watchers

csv.vim

A Filetype plugin for csv files.

  • Script id: 2830
  • Author: Christian Brabandt
  • Latest version: 22
  • Release date: 2011-11-08
  • Release notes:
    - Small enhancements to |SumCol_CSV|
    - :Filters! reapplys the dynamic filter
    - Apply |csv-aggregate-functions| only to those values, that are not folded away.
    - |SumCol_CSV| can use a different number format (suggested by James Cole, thanks! (also |csv-nrformat|
    - Documentation updates (suggested by James Cole and Peng Yu)
    - More code cleanup and error handling
      https://github.com/chrisbra/csv.vim/issues/9 reported Daniel Carl, thanks!
      https://github.com/chrisbra/csv.vim/issues/8 patch by Daniel Carl, thanks!
    - New Command |NewRecord_CSV| (suggest by James Cole, thanks!)
    - new textobjects InnerField (if) and outerField (af) which contain the field without or with the delimiter (suggested by James Cole, thanks!)
    - |csv-arrange-autocmd| to let Vim automatically visually arrange the columns using |ArrangeColumn_CSV|
    - |csv-move-folds| let Vim move folded lines to the end
    - implement a Menu for graphical Vim
    (automatically uploaded)