diff --git a/jedi_vim.py b/jedi_vim.py index 08ccb91..475885c 100644 --- a/jedi_vim.py +++ b/jedi_vim.py @@ -68,6 +68,7 @@ def _check_jedi_availability(show_error=False): class VimError(Exception): def __init__(self, message, throwpoint, executing): super(type(self), self).__init__(message) + self.message = message self.throwpoint = throwpoint self.executing = executing