Exception: Vimrunner::NoSuitableVimError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/vimrunner/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



6
7
8
# File 'lib/vimrunner/errors.rb', line 6

def message
  "No suitable Vim executable could be found for this system."
end