Merge pull request #139608 from teto/expose-packdir

vimUtils.packDir: expose packDir function

authored by

figsoda and committed by
GitHub
15419656 843dca38

+1
+1
pkgs/misc/vim-plugins/vim-utils.nix
··· 399 399 rec { 400 400 inherit vimrcFile; 401 401 inherit vimrcContent; 402 + inherit packDir; 402 403 403 404 # shell script with custom name passing [-u vimrc] [-U gvimrc] to vim 404 405 vimWithRC = {