nixpkgs/pkgs/applications/editors/vim
Reinis Taukulis b8581496df neovimRequireCheckHook: Fix dependency list
Only the first space in $dependencies was subsituted.

https://www.gnu.org/software/bash/manual/bash.html#Shell-Parameter-Expansion
> ${parameter/pattern/string}
> ${parameter//pattern/string}
> ${parameter/#pattern/string}
> ${parameter/%pattern/string}
>     ...
>     In the first form above, only the first match is replaced. If
>     there are two slashes separating parameter and pattern (the second form
>     above), all matches of pattern are replaced with string.
2024-09-16 11:37:19 +03:00
..
plugins neovimRequireCheckHook: Fix dependency list 2024-09-16 11:37:19 +03:00
cflags-prune.diff
common.nix vim: 9.1.0689 -> 9.1.0707 2024-08-31 23:00:54 +02:00
default.nix vim: fix build on FreeBSD cross 2024-06-07 21:22:39 -07:00
full.nix pkgs/applications: remove unused arguments 2024-07-26 11:36:49 +02:00
macvim-configurable.nix macvim: fix overrides 2024-06-03 20:51:19 -07:00
macvim.nix macvim: 178 -> 179, perl536 -> perl540 2024-09-07 19:09:51 +02:00
macvim.patch macvim: 8.2.3455 -> 178 2024-06-26 17:39:23 -07:00
vimacs.nix