Skip to content

Commit eea9186

Browse files
committed
Add a hiddenswitch option for pt
1 parent a45e68f commit eea9186

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin/EasyGrep.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2427,7 +2427,7 @@ function! s:ConfigureGrepCommandParameters()
24272427
\ 'opt_bool_isselffiltering': '0',
24282428
\ 'opt_bool_nofiletargets': '0',
24292429
\ 'opt_str_mapinclusionsexpression': '"--file-search-regex=\"" .substitute(v:val, "^\\*\\.", "\\\\.", "")."\""',
2430-
\ 'opt_str_hiddenswitch': '--hidden ',
2430+
\ 'opt_str_hiddenswitch': '--hidden',
24312431
\ })
24322432

24332433
call s:RegisterGrepProgram("pt", {
@@ -2452,6 +2452,7 @@ function! s:ConfigureGrepCommandParameters()
24522452
\ 'opt_bool_isselffiltering': '0',
24532453
\ 'opt_bool_nofiletargets': '0',
24542454
\ 'opt_str_mapinclusionsexpression': '"--file-search-regexp=\"" .substitute(v:val, "^\\*\\.", "\\\\.", "")."\""',
2455+
\ 'opt_str_hiddenswitch': '--hidden',
24552456
\ })
24562457

24572458
call s:RegisterGrepProgram("csearch", {

0 commit comments

Comments
 (0)