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 36a82ee commit 6853b08Copy full SHA for 6853b08
plugin/vimux.vim
@@ -333,7 +333,7 @@ function! s:hasRunner() abort
333
return v:false
334
endif
335
let l:command = "list-panes -a -F '#{pane_id}'"
336
- let l:found = match(VimuxTmux(l:command), g:VimuxRunnerIndex.'\n')
+ let l:found = match(VimuxTmux(l:command), g:VimuxRunnerIndex.'\>')
337
return l:found != -1
338
endfunction
339
0 commit comments