X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/5e46c4df650e55e4f00295f9063486b32a664019..d6c1a4935fbd3f1f1a37f442693b84b78bdc8575:/autoload/password_store.vim diff --git a/autoload/password_store.vim b/autoload/password_store.vim index b5eaf90..9e3c5b6 100644 --- a/autoload/password_store.vim +++ b/autoload/password_store.vim @@ -11,7 +11,7 @@ set compatible&vim " Return vim to users choice function! password_store#generate() abort if executable('pwgen') - return systemlist('pwgen -N1 ' . g:password_store_pw_length )[0] + return systemlist('pwgen -N1 ' . g:password_store_settings.pw_length )[0] endif endfunction