Skip to content

Commit

Permalink
Merge pull request #165 from deoplete-plugins/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Shougo committed Mar 30, 2021
2 parents a6657ff + f782391 commit 4eac2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rplugin/python3/deoplete/sources/deoplete_go.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def on_init(self, context):
self.package_dot = vars["deoplete#sources#go#package_dot"]

self.sort_class = []
if "deoplete#sources#go#package_dot" in vars:
if "deoplete#sources#go#sort_class" in vars:
self.sort_class = vars["deoplete#sources#go#sort_class"]

self.pointer = False
Expand Down

0 comments on commit 4eac2e6

Please sign in to comment.