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
This would mean making it possible to control the number of lines before and after a match. Similar to how grep works with the -B5 -A5 options.
Need to pay careful attention to performance impacts of this change and consider how this affects the display, as if set too high it could display too much on the main result.
This would mean making it possible to control the number of lines before and after a match. Similar to how grep works with the
-B5 -A5
options.Need to pay careful attention to performance impacts of this change and consider how this affects the display, as if set too high it could display too much on the main result.
boyter/searchcode#45
The text was updated successfully, but these errors were encountered: