Shougo / denite.nvim

:dragon: Dark powered asynchronous unite all interfaces for Neovim/Vim8
Other
2.06k stars 215 forks source link

defx and denite not compatible #563

Closed stevebch closed 5 years ago

stevebch commented 5 years ago

Hello,

I am using vim8.1.524 on ubuntu 16.04.

But when the two plugins (denite and defx) are activated together, defx is working, but denite returns the following error in any request :

[denite] Traceback (most recent call last): [denite] File "", line 9, in _temporary_scope [denite] File "/home/toto/.vim/bundle/denite.nvim/rplugin/python3/denite/ui/default.py", line 70, in start [denite] self._start(context['sources_queue'][0], context) [denite] File "/home/toto/.vim/bundle/denite.nvim/rplugin/python3/denite/ui/default.py", line 120, in _start [denite] self.init_denite() [denite] File "/home/toto/.vim/bundle/denite.nvim/rplugin/python3/denite/ui/default.py", line 635, in init_denite [denite] self._denite.start(self._context) [denite] File "/home/toto/.vim/bundle/denite.nvim/rplugin/python3/denite/denite.py", line 39, in start [denite] self._load_sources(context) [denite] File "/home/toto/.vim/bundle/denite.nvim/rplugin/python3/denite/denite.py", line 321, in _loadsources [denite] for Source, path, in rplugins: [denite] File "/home/ob/.vim/bundle/denite.nvim/rplugin/python3/denite/util.py", line 253, in import_rplugins [denite] spec.loader.exec_module(module) [denite] File "", line 661, in exec_module [denite] File "", line 767, in get_code [denite] File "", line 727, in source_to_code [denite] File "", line 222, in _call_with_frames_removed [denite] File "/home/toto/.vim/bundle/defx.nvim/rplugin/python3/denite/source/defx/history.py", line 36 [denite] 'action__command': f"call defx#call_action('cd', ['{x}'])"

The python version is : Python 3.6.8

Any suggestions to correct the problem ?

Thank you very much !

Shougo commented 5 years ago

I have tested, but it works for me in Vim8.

Please don't ignore my issue template. You must provide the reproduce-able minimal vimrc and the reproduce-able instructions.

Please read other issues. They are reproduce-able for me.

So I will close the issue. If you provide the more information, I will re-open the issue.