Skip to content

运行 :LeaderfMru,gvim界面卡死 #220

@ckelsel

Description

@ckelsel
  • vim or neovim?
    • vim
    • neovim
  • Output of vim --version or nvim --version:
    gvim 8.1
  • Output of :echo has("python"):
    1
  • Output of :echo has("python3"):
    0
  • Output of :echo &pythondll(only vim, not neovim):
    python27.dll
  • Output of :echo &pythonthreedll(only vim, not neovim):
    E113
    E15
  • Output of :py print(sys.version):
    2.7.10 32bit
  • Output of :py3 print(sys.version):
  • Output of :echo g:Lf_Debug_Cmd:
    E121
  • Operating system:
    • Linux
    • Mac OS X
    • Windows
    • Etc.
  • Configurations related to LeaderF in vimrc:
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}

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

界面不卡死

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions