mirror of
https://github.com/denisidoro/navi
synced 2024-11-10 14:04:17 +00:00
Fix preview-window in Windows (#531)
This commit is contained in:
parent
8a0318128f
commit
26ec4bf033
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue