tamago324 / LeaderF-filer

📂 LeaderF file explorer
Apache License 2.0
39 stars 5 forks source link

exec is a buildin statement in python2 #41

Closed Yggdroot closed 4 years ago

Yggdroot commented 4 years ago

https://github.com/tamago324/LeaderF-filer/blob/96a0b2f4085a489070b3496b8c5059388fb77ccd/autoload/leaderf/python/filer/cmd.py#L13-L14

Error detected while processing C:\Users\Yggdroot\.vim\plugged\LeaderF-filer\autoload\leaderf\Filer.vim:
line   17:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Users\Yggdroot\.vim\plugged\LeaderF-filer\autoload\leaderf\python\filerExpl.py", line 196
    return self._command.exec(cmd_name)
                            ^
SyntaxError: invalid syntax
tamago324 commented 4 years ago

Thanks!

Is it fixed? May I ask for confirmation?

Yggdroot commented 4 years ago

It's fixed, thanks.

tamago324 commented 4 years ago

Thanks🥳