Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Fix catching user's initial config state #376

Closed
wants to merge 57 commits into from

Conversation

afterlook
Copy link

Hint state was taken out one layer upwards to main interfaces in order to fix hop pattern as it adds virtual cursor which corrupts user settings. Because of that, hint state has to be saved before that happens.

This is a direct follow up to #148. This rewrite should solve this issue entirely for all cases.

yehuohan and others added 30 commits October 16, 2022 00:53
feat: add new commands for hopping camel case words
Add excluded_filetypes to avoid invalid windows and buffers
@afterlook afterlook force-pushed the faster-hint-state branch 2 times, most recently from a79755e to 00eb15c Compare September 10, 2023 19:36
Hint state was taken out one layer upwards to main interfaces in order to fix
hop pattern as it adds virtual cursor which corrupts user settings.
Because of that, hint state has to be saved before that happens.

This is a direct follow up to hadronized#148. This rewrite should solve this issue
entirely for all cases.

Signed-off-by: afterlook <29754364+afterlook@users.noreply.github.com>
Due to highlighting changing, phaazon#148 issue is no longer relevant
and any logic related to changing user's cursorline can be removed.

This also fixes any previous bugs that were result of saving hint state
after cursorline was toggled off.

Signed-off-by: afterlook <29754364+afterlook@users.noreply.github.com>
Signed-off-by: afterlook <29754364+afterlook@users.noreply.github.com>
@hadronized
Copy link
Owner

Closing as people should now target a fork; see this.

@hadronized hadronized closed this Sep 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants