I can reproduce the error without any plugins now. 1. I run the following command in cmd.
gvim -u NONE -N -c:"set beval bexpr='foo'" 2. Insert some text then hit esc. 3. Hover mouse over the text. 4. Once foo bubble shows up I click 5. Then it crashes On Wed, Aug 12, 2015 at 12:12 PM, Travis Lebsock <[email protected]> wrote: > Hi Christian, > > I am using the most recent build from https://tuxproject.de/projects/vim/ > > I am not sure how to get a bubble message without using the plugin > > > On Wed, Aug 12, 2015 at 12:03 PM, Christian Brabandt <[email protected]> > wrote: > >> Hi Travis! >> >> On Mi, 12 Aug 2015, Travis Lebsock wrote: >> >> > When I hover my mouse over an error the balloon shows up fine, but if I >> click >> > when it is displayed GVIM crashes. I originally posted this to syntastic >> > project but they said this was a vim issue. - >> https://github.com/scrooloose/ >> > syntastic/issues/1515 >> > >> > I am on windows 8.1 pro >> > VIM - Vi IMproved 7.4 >> > Syntastic version: 3.6.0-146 (Vim 704, Windows) >> > >> > Below are a couple of images. One is to show the error balloons that I >> am >> > talking about. The second image is what visual studio debugger shows ( >> not sure >> > if this is useful ). >> >> First, please try with a recent build of Vim. We are currently at >> 7.4.823. >> >> Second, the report itself is unfortunately hot that helpful, without >> instructions on how to reproduce the issue. >> >> Can you somehow reproduce this starting with (preferably without >> installing some plugin): >> vim -u NONE -N -c :set beval bexpr=...' >> >> Best, >> Christian >> -- >> Wer sich den Gesetzen nicht fügen will, muß die Gegend verlassen, wo >> sie gelten. >> -- Johann Wolfgang von Goethe >> >> -- >> -- >> You received this message from the "vim_dev" maillist. >> Do not top-post! Type your reply below the text you are replying to. >> For more information, visit http://www.vim.org/maillist.php >> >> --- >> You received this message because you are subscribed to the Google Groups >> "vim_dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
