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 7ced014 commit ddbb943Copy full SHA for ddbb943
plugin/vimux.vim
@@ -329,7 +329,7 @@ function! s:hasRunner() abort
329
return v:false
330
endif
331
let l:command = "list-panes -a -F '#{pane_id}'"
332
- let l:found = match(VimuxTmux(l:command), g:VimuxRunnerIndex)
+ let l:found = match(VimuxTmux(l:command), g:VimuxRunnerIndex.'\n')
333
return l:found != -1
334
endfunction
335
0 commit comments