Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Update, reunion.py
Browse files Browse the repository at this point in the history
  • Loading branch information
takkii committed Aug 3, 2019
1 parent 6304aff commit 75a2d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rplugin/python3/deoplete/sources/reunion.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
class Source(Base):
def __init__(self, vim):
super().__init__(vim)
self.name = 'totolot'
self.name = 'Jet-black-wings'
self.filetypes = ['ruby']
self.mark = '[JUDGEMENT_NIGHT_OF!!!]'
self.mark = '[JUDGEMENT_NIGHT_OF!]'
rubymatch = [r'\.[a-zA-Z0-9_?!]*|[a-zA-Z]\w*::\w*']
regexmatch = [r'[<a-zA-Z(?: .+?)?>.*?<\/a-zA-Z>]']
self.input_pattern = '|'.join(rubymatch + regexmatch)
Expand Down

0 comments on commit 75a2d62

Please sign in to comment.