Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Mar 30, 2021
1 parent a6657ff commit f782391
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 f782391

Please sign in to comment.