christoomey / vim-tmux-runner

Vim and tmux, sittin' in a tree...
MIT License
291 stars 37 forks source link

No default value for VtrAutomaticReattachByName #108

Closed arashm closed 1 year ago

arashm commented 1 year ago

After the last commit, without explicitly adding let g:VtrAutomaticReattachByName = 0 in the config, I get an error when running the tests using vim-test plugin.

Error detected while processing function test#run[27]..test#execute[22]..test#shell[19]..test#strategy#vtr[1]..VtrSendCommand[5]..<SNR>36_SendCommandToRunner[1]..<SNR>36_EnsureRunnerPane:
line    3:
E121: Undefined variable: g:VtrAutomaticReattachByName
christoomey commented 1 year ago

Hey @arashm, sorry about that! I've just pushed a commit that should resolve this. Mind pulling master and confirming if that works for you?

arashm commented 1 year ago

Works again! Thank you!