Skip to content

press tab after :Leaderf line can not output filtered data #245

@fcying

Description

@fcying
  • vim or neovim?

    • vim
    • neovim
  • Output of vim --version or nvim --version: 8.1.538

  • 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): libpython3.6m.so.1.0

  • Output of :py print(sys.version):

  • Output of :py3 print(sys.version): 3.6.7 (default, Oct 21 2018, 08:08:16)[GCC 8.2.0]

  • Output of :echo g:Lf_Debug_Cmd:

  • Operating system:

    • Linux
    • Mac OS X
    • Windows
    • Etc.
  • Configurations related to LeaderF in vimrc:

  let g:Lf_PreviewCode = 0
  let g:Lf_UseVersionControlTool = 0
  let g:Lf_DefaultMode = 'FullPath'
  let g:Lf_RootMarkers = ['.root', '.git']
  let g:Lf_WildIgnore = {
        \ 'dir': ['.root','.svn','.git','.hg'],
        \ 'file': ['*.sw?','~$*','*.bak','*.exe','*.o','*.so','*.py[co]']
        \}

  let g:Lf_CommandMap = {'<F5>': ['<C-L>']}

Describe your question, feature request, or bug.

last version 20a982e0cff28 use :Leaderf line search some key word, and then tab, The output window show all the data, not the filtered data. commit dd9c0b0ff42ffa4482f work fine.

Steps to reproduce

vim a.log
:Leaderf line<CR>
input key_word
<TAB>

Actual behaviour

after press tab, show all data.

Expected behaviour

after press tab, show filtered data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions