diff --git a/rplugin/python3/deoplete/sources/github.py b/rplugin/python3/deoplete/sources/github.py index 8096271..0876b83 100644 --- a/rplugin/python3/deoplete/sources/github.py +++ b/rplugin/python3/deoplete/sources/github.py @@ -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