abrookins / OpenSearchResult

a Sublime Text 2 plugin that opens files listed in the Find in File output
MIT License
21 stars 4 forks source link

Fix: Make OpenSearchResult work with Sublime Build 4142 #13

Open simonrad opened 1 year ago

simonrad commented 1 year ago

OpenSearchResult stopped working in Sublime Build 4142, due to a change in the filenames in Sublime's search results window.

See https://github.com/abrookins/OpenSearchResult/issues/12 and https://github.com/sublimehq/sublime_text/issues/5682

This PR fixes it. I've tested on Mac OS.