mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00

**Problem:** The brackets in the RFC2732 regular expression are currently unescaped, causing them to be misinterpreted as special characters denoting character groups rather than as literal characters. **Solution:** Escape the brackets. Fix #31270