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

Commit

Permalink
Update,spell check.
Browse files Browse the repository at this point in the history
  • Loading branch information
takkii committed Aug 3, 2019
1 parent 2b70db6 commit 46bbd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rplugin/python3/deoplete/sources/reunion.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
home = expanduser("~")
ruby = open(os.path.expanduser("~/.config/nvim/.cache/dein/repos/github.com/takkii/Jet-black-wings/complete/ruby_methods"))
ruby_lib = open(os.path.expanduser("~/.config/nvim/.cache/dein/repos/github.com/takkii/Jet-black-wings/autoload/source/ruby_list"))
just_ruby = ruby_lib.readline()
just_ruby = ruby_lib.readlines()
new_ruby = ruby.readlines()
index_ruby = new_ruby + just_ruby
data_ruby = list(map(lambda s:s.rstrip(),index_ruby))
Expand Down

0 comments on commit 46bbd88

Please sign in to comment.