We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vim --version
nvim --version
:echo has("python")
:echo has("python3")
:echo &pythondll
:echo &pythonthreedll
:py print(sys.version)
:py3 print(sys.version)
:echo g:Lf_Debug_Cmd
:echo g:Lf_FilesFromCache
如果需要涉及完整的配置文件:leader_config.vim,.vimrc
启动vim,启动leaderf,输入中文句号,输入y。
如果我在提示了错误之后按回车继续,此时我的界面就会卡住:
我只能通过:q退出vim(我绑定的快捷键也失灵了,因为我绑定了Q进行退出,但是此时按下Q进入了exmode,我只能通过:q的方式退出),退出vim之后我的cursor也不在终端显示:
能够正常查找。
The text was updated successfully, but these errors were encountered:
刚刚进行了测试输入中文句号后,可以键入其他字母,但只要输入y就会出现相同的错误,例如我输入。abc,此时一切正常,但当我输入y,便产生了同样的报错信息。
。abc
y
Sorry, something went wrong.
复现了,看来句号有点特殊。卡住用ctrl-c可以关掉。
No branches or pull requests
vim --version
ornvim --version
::echo has("python")
: 0:echo has("python3")
: 1:echo &pythondll
(only vim, not neovim)::echo &pythonthreedll
(only vim, not neovim)::py print(sys.version)
::py3 print(sys.version)
: 3.8.10 (default, Nov 22 2023, 10:22:35) [GCC 9.4.0]:echo g:Lf_Debug_Cmd
::echo g:Lf_FilesFromCache
:如果需要涉及完整的配置文件: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
能够正常查找。
The text was updated successfully, but these errors were encountered: