Search Criteria
Package Details: vim-csv-git 1:r612.ece4fde-1
Git Clone URL: | https://aur.archlinux.org/vim-csv-git.git (read-only, click to copy) |
---|---|
Package Base: | vim-csv-git |
Description: | csv.vim: a filetype plugin for csv files |
Upstream URL: | https://github.com/chrisbra/csv.vim |
Licenses: | |
Groups: | |
Conflicts: | |
Provides: | |
Submitter: | djmattyg007 |
Maintainer: | Rhinoceros |
Last Packager: | Rhinoceros |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2015-09-16 10:42 |
Last Updated: | 2020-01-08 12:34 |
Dependencies (2)
- vim>=7.4 (vim-qt-git, vim-qt-qt5-git, neovim-drop-in, vim-clipboard, vim-gnome, gvim-hg, neovim-symlinks, vim-git, vim-x11, vim-min, gvim-gtk2, gvim)
- git (git-git) (make)
Required by (1)
- nvim-r (requires vim-csv) (optional)
Latest Comments
Rhinoceros commented on 2019-12-16 03:09
As per my comment 4 years ago… I've added the stable package vim-csv. It's basically the same as this package, but pulls it from vim.org instead. I've also realised that the current *-git package is incorrect. The github source used here is a mirror of vim.org, but development actually occurs at https://github.com/chrisbra/csv.vim . Hence, the development version is years more recent than the current source.
Also, you don't need to use
vimdoc.install
, because it's now provided by/usr/share/libalpm/hooks/vimdoc.hook
from the packagevim-runtime
.A few other comments: where did you find a reference to the
MIT
licence? I couldn't see it. Thepkgver
doesn't fit in with the guidelines. Finally, you probably don't need to add/usr/share/doc/vim-csv/README
to the package.Rhinoceros commented on 2015-11-24 04:23
I think this should directly source the original file [1] rather than the mirror at github. You'd have to manually bump the pkgver and source url, but this would make the versioning correct, and it's not *really* a -git/devel package anyway.
[1] http://www.vim.org/scripts/script.php?script_id=2830