alepez / vim-gtest

Vim plugin to quickly select and run GoogleTest asyncronously.
64 stars 12 forks source link

fix bug in gtest#GTestRun() #31

Closed jiangyinzuo closed 9 months ago

jiangyinzuo commented 9 months ago

exists('VimuxRunCommand') misses a : and it always returns 0.

alepez commented 9 months ago

Thanks!