- Timestamp:
- Aug 5, 2017, 5:54:22 PM (7 years ago)
- Branches:
- master
- Children:
- a95b564
- Parents:
- 41677d2
- git-author:
- David Benjamin <davidben@mit.edu> (02/25/13 17:05:47)
- git-committer:
- Jason Gross <jasongross9@gmail.com> (08/05/17 17:54:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/lib/BarnOwl/Complete/Client.pm
r4626016 rbf21c4e 146 146 sub complete_set { 147 147 my $ctx = shift; 148 return complete_flags($ctx, 149 [qw(-q)], 150 { 151 }, 152 \&complete_set_args 153 ); 148 if ($ctx->word == 1) { 149 return ("-q", complete_variable()); 150 } 151 if ($ctx->word == 2 && $ctx->words->[1] eq "-q") { 152 return complete_variable(); 153 } 154 return; 154 155 } 155 156 sub complete_set_args {
Note: See TracChangeset
for help on using the changeset viewer.