@@ -214,7 +214,7 @@ function Previewer.cmd_async:cmdline(o)
214214 local cmd = errcmd or (" %s %s %s" ):format (
215215 self .cmd , self .args , libuv .shellescape (filepath ))
216216 return cmd
217- end , self .opts , " {} {q}" , false )
217+ end , self .opts , " {} {q}" )
218218 return act
219219end
220220
@@ -278,7 +278,7 @@ function Previewer.bat_async:cmdline(o)
278278 line_range ,
279279 libuv .shellescape (filepath ))
280280 return cmd
281- end , self .opts , " {} {q}" , false )
281+ end , self .opts , " {} {q}" )
282282 return act
283283end
284284
@@ -379,7 +379,7 @@ function Previewer.git_diff:cmdline(o)
379379 -- cmd = string.format("%s %s %s", table.concat(setenv, " "), cmd, pager)
380380 cmd = string.format (" %s %s" , cmd , pager )
381381 return { cmd = cmd , env = env }
382- end , self .opts , " {}" , false )
382+ end , self .opts , " {}" )
383383 return act
384384end
385385
@@ -398,7 +398,7 @@ function Previewer.man_pages:cmdline(o)
398398 local manpage = require (" fzf-lua.providers.manpages" ).manpage_sh_arg (items [1 ])
399399 local cmd = self .cmd :format (manpage )
400400 return cmd
401- end , self .opts , " {}" , false )
401+ end , self .opts , " {}" )
402402 return act
403403end
404404
@@ -435,7 +435,7 @@ function Previewer.help_tags:cmdline(o)
435435 end
436436 end
437437 return cmd
438- end , self .opts , " {}" , false )
438+ end , self .opts , " {}" )
439439 return act
440440end
441441
0 commit comments