-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LeaderfFunction raises IndexError when g:Lf_ReverseOrder is set. #329
Labels
Comments
I can not reproduce this issue. |
Reproduced. |
I've tried this in a vagrant machine, and it still gets the IndexError.
$MYVIMRC
|
Fixed. |
Good work! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vim --version
ornvim --version
::echo has("python")
::echo has("python3")
::echo &pythondll
(only vim, not neovim)::echo &pythonthreedll
(only vim, not neovim)::py print(sys.version)
::py3 print(sys.version)
::echo g:Lf_Debug_Cmd
::echo g:Lf_FilesFromCache
:Describe your question, feature request, or bug.
LeaderfFunction raises IndexError when g:Lf_ReverseOrder is set.
Steps to reproduce
:LeaderfFunction
and then pressTab
key.Down Arrow
key causeIndexError
Actual behaviour
IndexError
Expected behaviour
LeaderfFunction should not raise any
IndexError
.The text was updated successfully, but these errors were encountered: