Skip to content

Commit

Permalink
Merge pull request #4 from takkii/develop
Browse files Browse the repository at this point in the history
Update.
  • Loading branch information
takkii authored Feb 1, 2025
2 parents c569ef9 + f90271c commit 152477a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rplugin/python3/deoplete/sources/kindness.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self, vim):
super().__init__(vim)
self.name: Optional[str] = 'kindness'
self.filetypes: Optional[list] = ['ruby']
mark_synbol: Optional[str] = '[pandas]'
mark_synbol: Optional[str] = '[pandas: ' + str(pd.__version__) + ']'
self.mark: Optional[str] = str(mark_synbol)
ruby_match: Optional[list] = [r'\.[a-zA-Z0-9_?!]*|[a-zA-Z]\w*::\w*']
slash_none: Optional[list] = [r'[;/[^¥/]\*/]']
Expand Down

0 comments on commit 152477a

Please sign in to comment.