let g:Lf_ShortcutB = '<m-n>'
noremap <c-n> :LeaderfMru<cr>
noremap <m-p> :LeaderfFunction!<cr>
noremap <m-n> :LeaderfBuffer<cr>
noremap <m-m> :LeaderfTag<cr>
let g:Lf_StlSeparator = { 'left': '', 'right': '', 'font': '' }
let g:Lf_WildIgnore = {
\ 'dir': ['.svn','.git','.hg','.idea','.vscode'],
\ 'file': ['*.sw?','~$*','*.bak','*.exe','*.o','*.so','*.py[co]']
\}
let g:Lf_RootMarkers = ['.project', '.root', '.svn', '.git']
let g:Lf_WorkingDirectoryMode = 'Ac'
let g:Lf_WindowHeight = 0.30
let g:Lf_CacheDirectory = expand('~/.vim/cache')
let g:Lf_ShowRelativePath = 0
let g:Lf_HideHelp = 1
let g:Lf_StlColorscheme = 'powerline'
let g:Lf_PreviewResult = {'Function':0, 'BufTag':0}
vim --versionornvim --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
界面不卡死