Merge pull request #500 from Jguer/fix-zsh

Add missing editorflags
This commit is contained in:
J Guerreiro 2018-06-19 10:55:39 +01:00 committed by GitHub
commit 7e74d93866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ _pacman_opts_common=(
'--builddir[Directory to use for building AUR Packages]:build dir:_files -/'
'--editor[Editor to use when editing PKGBUILDs]:editor:_files'
'--editorflags[Flags to pass to editor]'
'--makepkg[makepkg command to use]:makepkg:_files'
'--pacman[pacman command to use]:pacman:_files'
'--tar[bsdtar command to use]:tar:_files'