Skip to content

Commit b7c5ce5

Browse files
author
hardenedapple
committed
Add case-sensitive flag option to "ag"
On my machine this is needed, but I assume it"s not in some other version, otherwise why would that option be set so.
1 parent 78d1ad6 commit b7c5ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/EasyGrep.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2420,7 +2420,7 @@ function! s:ConfigureGrepCommandParameters()
24202420
\ 'req_bool_supportsexclusions': '1',
24212421
\ 'req_str_recurse': '',
24222422
\ 'req_str_caseignore': '-i',
2423-
\ 'req_str_casematch': '',
2423+
\ 'req_str_casematch': '-s',
24242424
\ 'opt_str_patternprefix': '"',
24252425
\ 'opt_str_patternpostfix': '"',
24262426
\ 'opt_str_wholewordprefix': '',

0 commit comments

Comments
 (0)