Skip to content

每次键入中文句号后紧接着键入小写字母y,会引发错误 #1065

@Kaiser-Yang

Description

@Kaiser-Yang
  • vim or neovim?
    • vim
    • neovim
  • Output of vim --version or nvim --version:
  • Output of :echo has("python"): 0
  • Output of :echo has("python3"): 1
  • Output of :echo &pythondll(only vim, not neovim):
  • Output of :echo &pythonthreedll(only vim, not neovim):
  • Output of :py print(sys.version):
  • Output of :py3 print(sys.version): 3.8.10 (default, Nov 22 2023, 10:22:35) [GCC 9.4.0]
  • Output of :echo g:Lf_Debug_Cmd:
  • Output of :echo g:Lf_FilesFromCache:
  • Operating system:
    • Linux(WSL2)
    • Mac OS X
    • Windows
    • Etc.
  • Configurations related to LeaderF in vimrc:
    image

image

如果需要涉及完整的配置文件:leader_config.vim.vimrc

Describe your question, feature request, or bug.

Steps to reproduce

启动vim,启动leaderf,输入中文句号,输入y。

Actual behaviour

image

如果我在提示了错误之后按回车继续,此时我的界面就会卡住:
image

我只能通过:q退出vim(我绑定的快捷键也失灵了,因为我绑定了Q进行退出,但是此时按下Q进入了exmode,我只能通过:q的方式退出),退出vim之后我的cursor也不在终端显示:
image

Expected behaviour

能够正常查找。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions