Skip to content

Commit

Permalink
testing new completion code
Browse files Browse the repository at this point in the history
  • Loading branch information
David Furió committed Jun 30, 2017
1 parent 9db12ee commit 3801c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonx/cm_sources/swift-completer.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def cm_refresh(self, info, ctx, *args):

snippet = item["sourcetext"]

match = dict(word=name,
match = dict(word=snippet,
icase=1,
dup=1,
menu=kind,
Expand Down

0 comments on commit 3801c83

Please sign in to comment.