You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your report. Your fix seems to make writeHistory() return at the beginning always, so that the history feature is broken.
I have fixed it. Thanks.
vim --version
ornvim --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.
The text was updated successfully, but these errors were encountered: