You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add cross-platform support for grep context lines parsing
- Add support for Linux/Unix grep context line format (path-linenum-content)
- Maintain backward compatibility with Windows and standard formats
- Support both dash and tab separators in context lines
- Handle absolute and relative paths uniformly
- Add proper error handling to prevent crashes on malformed lines
Fixes#34
0 commit comments