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 fd9d6b9 commit 519a198
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 @@ -16,7 +16,7 @@
scoping=True,
scopes=['swift'],
# cm_refresh_patterns=[r'((?:\.|(?:,|:|->)\s+)\w*|\()'],)
# cm_refresh_patterns=[r'(\.|:|:\s*\w*)$'],)
cm_refresh_patterns=[r'(\.|:|:\s*\w*)$'],)


logger = getLogger(__name__)
Expand Down

0 comments on commit 519a198

Please sign in to comment.