Skip to content

Commit

Permalink
fixup! Support tab completion for variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebrock committed Jun 20, 2017
1 parent 99c3209 commit 9b52443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gitsh/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def available_variables
magic_variables.available_variables +
variables.keys +
repo.available_config_variables
).sort.uniq
).uniq.sort
end

def config_variables
Expand Down

0 comments on commit 9b52443

Please sign in to comment.