Skip to content

Commit 5f6fd16

Browse files
committed
Fix invalid case sensitivity specification with findstr
1 parent 65d4a43 commit 5f6fd16

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
@@ -2471,7 +2471,7 @@ function! s:ConfigureGrepCommandParameters()
24712471
\ 'req_bool_supportsexclusions': '0',
24722472
\ 'req_str_recurse': '/S',
24732473
\ 'req_str_caseignore': '/I',
2474-
\ 'req_str_casematch': '/i',
2474+
\ 'req_str_casematch': '',
24752475
\ 'opt_str_patternprefix': '',
24762476
\ 'opt_str_patternpostfix': '',
24772477
\ 'req_str_wholewordprefix': '"\<',

0 commit comments

Comments
 (0)