Skip to content

Commit

Permalink
Merge pull request #4 from clawoflight/fix-issue-completion
Browse files Browse the repository at this point in the history
Fix issue completion
  • Loading branch information
SevereOverfl0w authored Mar 4, 2018
2 parents 7e4a5fd + 5f34078 commit 8e30256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rplugin/python3/deoplete/sources/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(self, vim):
self.name = 'github'
self.mark = '[GH]'
self.filetypes = ['gitcommit']
self.input_pattern = '#\w+'
self.input_pattern = '#'

def gather_candidates(self, context):
"""Gather candidates from github API
Expand Down

0 comments on commit 8e30256

Please sign in to comment.