Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Junegunn Choi
2026-09-03 09:58:13 +09:00
committed by GitHub
co-authored by Copilot Autofix powered by AI
parent cc50e8bece
commit 92c738ddc7
+1 -1
View File
@@ -43,7 +43,7 @@ function! fzf#vim#ipc#start(Callback)
endif endif
let fifo = tempname() let fifo = tempname()
call system('mkfifo '..shellescape(fifo)) call system('mkfifo '.shellescape(fifo))
if v:shell_error if v:shell_error
if !exists('s:mkfifo_failed') if !exists('s:mkfifo_failed')
let s:mkfifo_failed = 1 let s:mkfifo_failed = 1