Mark Woods

Results 34 comments of Mark Woods

Ok, so this seems to be some vim weirdness... adding a call to `system('true')` within any function triggered during vim startup seems to do the trick, whether in `bundler.vim` or...

Sticking this at the bottom of my `vimrc` causes similar garbage to be written to the screen: ``` function! foo() call system('true') endfunction autocmd VimEnter * call foo() ```

Adding `set shell=/bin/sh shellcmdflag=-c` to `vimrc`, before calling `system()` doesn't help unfortunately, but at least it seems clear this is not an issue with vim-bundler :-)

Hmm, weird, had a quick glance through the code and I can't see anything that would cause this. The Hudson URL setting is just one string among a few that...