Skip to content

Instantly share code, notes, and snippets.

@imajes
Created August 6, 2014 19:05
Show Gist options
  • Save imajes/9e808f245a947e4dd933 to your computer and use it in GitHub Desktop.
Save imajes/9e808f245a947e4dd933 to your computer and use it in GitHub Desktop.
" Section: Vim, Balloon Eval
" ------------------------
" balloon eval in ruby is really annoying
if has("balloon_eval") && has("unix")
set noballooneval
"set ballooneval
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment