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 rec { 400 inherit vimrcFile; 401 inherit vimrcContent; 402 403 # shell script with custom name passing [-u vimrc] [-U gvimrc] to vim 404 vimWithRC = {
··· 399 rec { 400 inherit vimrcFile; 401 inherit vimrcContent; 402 + inherit packDir; 403 404 # shell script with custom name passing [-u vimrc] [-U gvimrc] to vim 405 vimWithRC = {