Skip to content

Commit

Permalink
Fix preview-window in Windows (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisidoro authored Apr 20, 2021
1 parent 8a03181 commit 26ec4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fn prompt_finder(

let preview = if cfg!(target_os = "windows") {
format!(
r#"(@echo.{{+}}{eof}{{q}}{eof}{name}){eof}{extra} | {exe} preview-var-stdin"#,
r#"(@echo.{{+}}{eof}{{q}}{eof}{name}{eof}{extra}) | {exe} preview-var-stdin"#,
exe = exe,
name = variable_name,
extra = extra,
Expand Down

0 comments on commit 26ec4bf

Please sign in to comment.