-
vim or 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:
-
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.
vim or neovim?
Output of
vim --versionornvim --version: 8.1.538Output of
:echo has("python"): 0Output of
:echo has("python3"): 1Output of
:echo &pythondll(only vim, not neovim):Output of
:echo &pythonthreedll(only vim, not neovim): libpython3.6m.so.1.0Output 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:
Configurations related to LeaderF in vimrc:
Describe your question, feature request, or bug.
last version
20a982e0cff28use:Leaderf linesearch some key word, and thentab, The output window show all the data, not the filtered data. commitdd9c0b0ff42ffa4482fwork fine.Steps to reproduce
Actual behaviour
after press
tab, show all data.Expected behaviour
after press
tab, show filtered data.