folke / trouble.nvim

🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.
Apache License 2.0
5.45k stars 177 forks source link

fix(windows): Corrected regex matching path with backslash. #396

Closed dbger closed 6 months ago

dbger commented 6 months ago

Corrected regex matching path with backslash on windows.

folke commented 6 months ago

Damn, totally missed that. Thanks!