Skip to content

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