Skip to content
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

Fix #23 #41

Merged
merged 1 commit into from
Sep 15, 2020
Merged

Fix #23 #41

merged 1 commit into from
Sep 15, 2020

Conversation

Freed-Wu
Copy link
Contributor

change autoload/quickui/listbox.vim:33
from

		if obj.key_pos > 0

to

		if obj.key_pos >= 0

can fix #23.

@skywind3000 skywind3000 merged commit ec01510 into skywind3000:master Sep 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

if there is not other character before '&', the hotkey will not work
2 participants