-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
运行 :LeaderfMru,gvim界面卡死 #220
Comments
windows共享文件是本机共享的吗? |
不是,另一台Win7虚拟机 |
macOS 下也遇到了同样的问题: macOS: 10.14 |
这需要两台机器,不好复现。 |
一台机器也可以复现 |
试了一下,算是复现了。不是卡死,只是超时时间比较久。 |
是的,可以增加一个选项,对于非本地文件,mru不做记录。 |
@hiberabyss 你的是什么情况?mac下的共享文件是什么样子的?也是 |
@Yggdroot 我的不是因为共享文件. 后来发现是因为这个插件 https://github.com/machakann/vim-highlightedyank . 它会在某些情况下会导致整个 vim 窗口都卡住. 我的情况应该和 Leaderf 没有关系. |
@ckelsel 改好了, 在dev branch,对于以 |
@Yggdroot 已改好。试了下, |
好,那我merge进去。 |
vim --version
ornvim --version
:gvim 8.1
:echo has("python")
:1
:echo has("python3")
:0
:echo &pythondll
(only vim, not neovim):python27.dll
:echo &pythonthreedll
(only vim, not neovim):E113
E15
:py print(sys.version)
:2.7.10 32bit
:py3 print(sys.version)
::echo g:Lf_Debug_Cmd
:E121
Describe your question, feature request, or bug.
bug:
调用 :LeaderfMru,导致vim界面卡死
Steps to reproduce
gvim 打开一个windows共享文件\192.168.0.103\bin\1.txt
关闭windows共享
关闭gvim
打开gvim
运行 :LeaderfMru,界面卡死
Actual behaviour
Expected behaviour
界面不卡死
The text was updated successfully, but these errors were encountered: