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(input): put the cursor right after the default prompt #549

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

iserpent
Copy link

Description

When the input opens, the cursor is placed two columns to the right after the default prompt, but should be one.
The cause is the vim.api.nvim_win_set_cursor takes (row, col) with the base of (1, 0) /I hate this/

Related Issue(s)

No related issue created.

Screenshots

:lua Snacks.input({ default = "aaa" }, function () end )
gives the input as "aaa |" (where pipe shows the cursor position)

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.

1 participant