Commit Graph

3 Commits

Author SHA1 Message Date
Denis Kasak 86062a0a09 Fix exception thrown in .ycm_extra_conf.py
The call to subprocess.check_output returns a bytes instead of a str
object if not called with universal_newlines=True which raises an
exception further on due to mixing of bytes and str.
2016-08-10 14:05:21 +02:00
Denis Kasak 142a594c81 Specify proper vte version in .ycm_extra_conf.py 2015-02-11 14:24:21 +01:00
Simon Gomizelj bcf5152ad3 add a .ycm_extra_conf.py file 2014-04-10 22:33:12 -04:00