Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The cleanest simplest way is to put this in your .vimrc: </p> <ul> <li><code>:set noballooneval</code></li> </ul> <p>Place it after you initialize Syntastic and Pathogen, if you use those plugins.</p> <p>In some instances people have had problems with setting noballooneval, there's a few work-arounds:</p> <ul> <li>If something is overwriting your noballooneval setting you can use <code>:verb set ballooneval?</code> to watch changes to it.</li> <li><code>:set balloondelay=100000</code></li> <li><code>:setlocal balloonexpr=</code></li> <li>Find the offending line in the plugin you're using and comment it out (grep for <code>balloon</code>).</li> <li>If you are building your own Vim, <code>balloon_eval</code> is a compile-time configuration option, you can use that to enable or disable the feature.</li> </ul> <p>References:</p> <ul> <li><a href="https://github.com/b4winckler/macvim/blob/master/runtime/ftplugin/ruby.vim#L62" rel="nofollow noreferrer">https://github.com/b4winckler/macvim/blob/master/runtime/ftplugin/ruby.vim#L62</a></li> <li><a href="http://vimdoc.sourceforge.net/htmldoc/debugger.html#balloon-eval" rel="nofollow noreferrer">http://vimdoc.sourceforge.net/htmldoc/debugger.html#balloon-eval</a></li> <li><a href="http://icy.io/osx/macvim-ruby-balloon-issue" rel="nofollow noreferrer">http://icy.io/osx/macvim-ruby-balloon-issue</a></li> </ul> <p>See also: <a href="https://stackoverflow.com/questions/871465/i-get-this-window-while-editing-ruby-files-in-vim-what-is-it">I get this window while editing Ruby Files in Vim. What is it?</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload