Concise local variables declarations

master
Patryk Małek 11 years ago
parent b1772c5333
commit ad4675cb0a
  1. 7
      plugins/jira/jira.plugin.zsh

@ -78,11 +78,8 @@ jira_name () {
} }
jira_query () { jira_query () {
local jira_name local verb="$1"
local verb local jira_name lookup preposition
verb="$1"
local lookup
local preposition
if [[ "${verb}" = "reported" ]]; then if [[ "${verb}" = "reported" ]]; then
lookup=reporter lookup=reporter
preposition=by preposition=by

Loading…
Cancel
Save