From: martin f. krafft Date: Thu, 5 Dec 2019 09:36:17 +0000 (+0100) Subject: editor needs filename X-Git-Url: https://git.madduck.net/etc/pass.git/commitdiff_plain/2aced065a0982b92423fbc9ff292f441ed3ba692?hp=ea4e649b88bfe7872e80dce9c6da2e6a893bc3e7 editor needs filename --- diff --git a/.bin/genpw-editor b/.bin/genpw-editor index 108f1b6..adf8b66 100755 --- a/.bin/genpw-editor +++ b/.bin/genpw-editor @@ -12,4 +12,4 @@ else fi -exec vim -c 'set noshelltemp' -c "0read! $PW_GENERATOR" -c 2d -n +exec vim -c 'set noshelltemp' -c "0read! $PW_GENERATOR" -c 2d -n "$@"