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(utils): don't dotrepeat insert mode actions #1111

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

champignoom
Copy link
Contributor

This fixes a cursor misplacement problem caused by calling vim.normal() under insert mode.

For example, pressing <ctrl-T> at * | where | is the cursor will result in **| currently, instead of ** | as expected.

@vhyrro vhyrro merged commit 969b3f1 into nvim-neorg:main Oct 13, 2023
1 check passed
benlubas pushed a commit to benlubas/neorg that referenced this pull request Jan 11, 2024
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.

None yet

3 participants