diff options
| -rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -350,7 +350,7 @@ _grep_content() { | |||
| 350 | && hint=false mark="$index " _show_list \ | 350 | && hint=false mark="$index " _show_list \ |
| 351 | && echo -e " $file$content" | 351 | && echo -e " $file$content" |
| 352 | fi | 352 | fi |
| 353 | done | grep --color=always -Ei -C1 "$1" | 353 | done |
| 354 | } | 354 | } |
| 355 | 355 | ||
| 356 | # Parse JSON object of the result of gist fetch | 356 | # Parse JSON object of the result of gist fetch |