Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error detected while processing function leaderf#Any#start[4]..leaderf#LfPy: #954

Closed
2 of 6 tasks
ykqiu opened this issue Sep 15, 2022 · 1 comment
Closed
2 of 6 tasks

Comments

@ykqiu
Copy link

ykqiu commented Sep 15, 2022

  • vim or neovim?
    • vim
    • neovim
  • Output of vim --version or nvim --version: VIM - Vi IMproved 8.0
  • Output of :echo has("python"): 1
  • Output of :echo has("python3"): 0
  • Output of :echo &pythondll(only vim, not neovim): libpython2.7.so.1.0
  • Output of :echo &pythonthreedll(only vim, not neovim): unknown
  • Output of :py print(sys.version): 2.7.5 (default, Mar 20 2020, 17:08:22) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
  • Output of :py3 print(sys.version): no output
  • Output of :echo g:Lf_Debug_Cmd: undefined variable
  • Output of :echo g:Lf_FilesFromCache: undefined variable
  • Operating system:
    • Linux
    • Mac OS X
    • Windows
    • Etc.
  • Configurations related to LeaderF in vimrc:
    no

Describe your question, feature request, or bug.

Error detected while processing function leaderf#Any#start[4]..leaderf#LfPy:
line 1:
Traceback (most recent call last):
File "", line 1, in
File "/remote/homes/ykqiu/.vim/autoload/leaderf/python/leaderf/anyExpl.py", line 815, in start
the_args.start(arguments, *args, **kwargs)
File "/remote/homes/ykqiu/.vim/autoload/leaderf/python/leaderf/anyExpl.py", line 655, in _default_action
from .fileExpl import fileExplManager
File "/remote/homes/ykqiu/.vim/autoload/leaderf/python/leaderf/fileExpl.py", line 920
lfCmd(f"{filecmd} %s" % escSpecial(file))
^
SyntaxError: invalid syntax

Steps to reproduce

press leader f

Actual behaviour

Expected behaviour

@Yggdroot
Copy link
Owner

@fhopecc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants