summaryrefslogtreecommitdiff
path: root/bootstrap.sh
AgeCommit message (Collapse)Author
2018-05-02Fix wrong Github pathRudolf Tucek
Since the procject was renamed from joonty/vdebug to vim-vdebug/vdebug, some paths should be updated. Bonus: this will also fix the Travis build badge in the README.md I've blindly searched'n'replaced 'joonty' by 'vim-vdebug' via `find . -type f -exec sed -i -e 's/joonty/vim-vdebug/g' {} \;` and made manual changes if necessary (such as formatting and HTTPS'ing URLs).
2018-02-21Fixes ui window selection in Neovimreafle
Vim and Neovim seem to manage windows differently. This patch removes redundant window search for source window and assumes that the source window is always #1.
2017-05-12Remove dependency on unittest2Lucas Hoffmann
2015-09-09Install python modules for testing in vagrant bootstrapJon Cairns
2015-09-08Update vagrant bootstrap with xvfb setupJon Cairns
2015-08-24Update bootstrap to install bundler and run bundle installJon Cairns
2015-08-21Add Vagrantfile and bootstrap for setting up development environmentJon Cairns