mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-09-03 21:36:57 +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
|
||||
|
||||
let fifo = tempname()
|
||||
call system('mkfifo '..shellescape(fifo))
|
||||
call system('mkfifo '.shellescape(fifo))
|
||||
if v:shell_error
|
||||
if !exists('s:mkfifo_failed')
|
||||
let s:mkfifo_failed = 1
|
||||
|
||||
Reference in New Issue
Block a user