Skip to content

Commit

Permalink
Append space; fixes #32
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Mar 1, 2017
1 parent f87855b commit 89d9449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def main(_):
if user_tag not in tag:
continue
WF.add_item('#%s' % tag,
autocomplete='in:mytags #%s' % tag,
autocomplete='in:mytags #%s ' % tag,
valid=False)
else:
if user_input[0].startswith('in:'):
Expand Down

0 comments on commit 89d9449

Please # to comment.