-
-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Description
- vim or neovim?
- vim
- neovim
- Output of
vim --versionornvim --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:

如果需要涉及完整的配置文件:leader_config.vim,.vimrc
Describe your question, feature request, or bug.
Steps to reproduce
启动vim,启动leaderf,输入中文句号,输入y。
Actual behaviour
我只能通过:q退出vim(我绑定的快捷键也失灵了,因为我绑定了Q进行退出,但是此时按下Q进入了exmode,我只能通过:q的方式退出),退出vim之后我的cursor也不在终端显示:

Expected behaviour
能够正常查找。
Metadata
Metadata
Assignees
Labels
No labels


