YouCompleteMe/python
micbou 6c326a1b5f
Avoid traceback when computing extra conf data
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.
2018-02-10 15:27:27 +01:00
..
ycm Avoid traceback when computing extra conf data 2018-02-10 15:27:27 +01:00
test_requirements.txt Drop Python 2.6 and Python 3.3 2018-01-30 18:34:50 +01:00