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 bug that occurs when opening help documents #33

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ravibrock
Copy link

@ravibrock ravibrock commented Apr 12, 2024

Escape tildes when calling fn.matchadd("CursorWord", pattern, -1) so that it doesn't throw the error Vim:E874: (NFA) Could not pop the stack! when scrolling through help documents like the following (:h cmp_docs):

Config                                                              *cmp-config*

You can use the following options via `cmp.setup { ... }` .

                                                            *cmp-config.enabled*
enabled~ <-- TILDE HERE CAUSES ERROR
  `boolean | fun(): boolean`
  Toggles the plugin on and off.

@sadtab
Copy link

sadtab commented Dec 12, 2024

I manually patched it, thanks

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.

2 participants