소스 검색

Add missing editorflags

Jguer 6 년 전
부모
커밋
21a8569fb0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      completions/zsh

+ 1 - 0
completions/zsh

@@ -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'