We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f299e commit be87050Copy full SHA for be87050
plugin/vimux.vim
@@ -356,7 +356,7 @@ function! s:hasRunner() abort
356
return v:false
357
endif
358
let l:runnerType = VimuxOption('VimuxRunnerType')
359
- let l:command = 'list-'.runnerType."s -F '#{".runnerType."_id}'"
+ let l:command = 'list-'.runnerType."s -a -F '#{".runnerType."_id}'"
360
let l:found = match(VimuxTmux(l:command), g:VimuxRunnerIndex)
361
return l:found != -1
362
endfunction
0 commit comments