lewis6991 / satellite.nvim

Decorate scrollbar for Neovim
MIT License
542 stars 20 forks source link

Error messages with regex groups as long as unmatched #31

Closed rgnkn closed 1 year ago

rgnkn commented 1 year ago

I receive a Vim:E54 (Unmatched \() when I type a regex which includes a grouping that hasn't been matched. As soon as the grouping gets closed / matched the error message disappears.

Steps to reproduce the behavior:

  1. Open any file.
  2. Type in normal mode: /\(
  3. The error message appears with any new character as long ...
  4. ... as you match it: /\(whatever\)

Expected behavior Just silence that error message or handle this case in an appropriate manner.

unmatched

rgnkn commented 1 year ago

Thx, alot!