mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-09-03 13:27:00 +08:00
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:
co-authored by
Copilot Autofix powered by AI
parent
cc50e8bece
commit
92c738ddc7
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user