nixpkgs/pkgs/applications/editors/kakoune
PerchunPak a6fe798a01
pluginupdate.py: fix bugs and add improvements
I fixed many hidden bugs and made some small improvements. The main
reason this was separated from #336137 is to fix the sorting issue.

Before this commit, sorting for Vim plugins was broken and worked by
what was fetched first. This is because the sorting was done by empty
strings (the default value in CSV is not None but an empty string). This
PR fixes it and also moves sorting from the user to the library (from
`vim/plugins/update.py` to `pluginupdate.py`) to prevent such weird
issues and duplication of code.
2024-11-09 00:20:38 +01:00
..
plugins pluginupdate.py: fix bugs and add improvements 2024-11-09 00:20:38 +01:00
default.nix kakoune: add philiptaron as maintainer to most kakoune-related things 2024-08-01 18:06:40 -07:00
wrapper.nix treewide: use a consistent meta.priority default 2024-08-29 09:04:57 -07:00