- vim or neovim?
- Output of
vim --version or nvim --version: vim 8.1, patches 1-477
- Output of
:echo has("python"): 0
- Output of
:echo has("python3"): 1
- Output of
:echo &pythondll(only vim, not neovim): python27.dll
- Output of
:echo &pythonthreedll(only vim, not neovim): python37.dll
- Output of
:py print(sys.version): Could not load library python27.dll
- Output of
:py3 print(sys.version): 3.7.0
- Output of
:echo g:Lf_Debug_Cmd: rg --no-messages --files "."
- Operating system:
- Configurations related to LeaderF in vimrc:
let g:Lf_StlSeparator = { 'left': '', 'right': '' }
let g:Lf_ShortcutF = '<leader>ff'
let g:Lf_Shortcutb = '<leader>b'
let g:Lf_WindowHeight = 0.30
cabbrev lf LeaderfFile
nnoremap <leader>fh :LeaderfHelp<CR>
nnoremap <leader>fm :LeaderfMru<CR>
nnoremap <leader>fs :LeaderfSelf<CR>
nnoremap <leader>fc :LeaderfColorscheme<CR>
nnoremap <leader>/ :LeaderfLine<CR>
nnoremap <leader>fdd :LeaderfFile ~/docs<CR>
packadd leaderF
Describe your question, feature request, or bug.
Error when close the leaderf window

Steps to reproduce
- :LeaderfFile
- input 2+ spaces
- press escape
Actual behaviour
Expected behaviour
LeaderF Window should be closed without errors.
vim --versionornvim --version: vim 8.1, patches 1-477:echo has("python"): 0:echo has("python3"): 1:echo &pythondll(only vim, not neovim): python27.dll:echo &pythonthreedll(only vim, not neovim): python37.dll:py print(sys.version): Could not load library python27.dll:py3 print(sys.version): 3.7.0:echo g:Lf_Debug_Cmd: rg --no-messages --files "."Describe your question, feature request, or bug.
Error when close the leaderf window

Steps to reproduce
Actual behaviour
Expected behaviour
LeaderF Window should be closed without errors.