6c326a1b5f
Evaluating the values of g:ycm_extra_conf_vim_data may raise a Python exception (e.g. one of the values is not defined). Since that option is parsed each time a request is sent, such exception makes the editor almost unusable as each key press is printing a Python traceback to the user. Catch and log the exception.