Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

weird bit in _man



  if [[ $service == man ]] && (( $words[(I)-l] +
$words[(I)--local-file] )); then
    _files || return 0
  fi

surely that should be && ? Or maybe even _files; return since it
doesn't make sense to complete manpages at all if -l is given. But
returning success if no files were completed and not offering any
manpages doesn't seem all that useful... Am I missing something?

-- 
Mikael Magnusson



Messages sorted by: Reverse Date, Date, Thread, Author