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

CursorMovedC triggered at wrong pos when using setcmdpos() #15064

Closed
wants to merge 1 commit into from

Conversation

zeertzjq
Copy link
Member

Problem: CursorMovedC triggered at wrong pos when using setcmdpos().
Solution: Remove the premature triggering. Also don't trigger when
cursor didn't move.

@zeertzjq zeertzjq force-pushed the cmdlinemovedc branch 3 times, most recently from 764f05a to 397ce9f Compare June 21, 2024 04:27
Problem:  CursorMovedC triggered at wrong pos when using setcmdpos().
Solution: Remove the premature triggering.  Also don't trigger when
          cursor didn't move.
@chrisbra
Copy link
Member

thanks!

@chrisbra chrisbra closed this in bc6f967 Jun 21, 2024
@zeertzjq zeertzjq deleted the cmdlinemovedc branch June 21, 2024 06:09
zeertzjq added a commit to zeertzjq/neovim that referenced this pull request Jun 21, 2024
Problem:  CursorMovedC triggered wrongly with setcmdpos()
          (after v9.1.0507)
Solution: Remove the premature triggering.  Also don't trigger when
          cursor didn't move. (zeertzjq)

closes: vim/vim#15064

vim/vim@bc6f967
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

2 participants