Hey everyone. First of all congratulations by the projects, The plugin makes vim more user friendly.
I would like tell you my problem.
I am running VIM - Vi IMproved 7.4 on a Debian 8 machine.
When I write a word with a non-ascii character ( for example 'ç' ) I get the next error.
"IndexError: bitset::set: __position (which is 18446744073709551555) >= _Nb (whic
h is 128)". It is annoying because this error reappear each time I type a char until space is pressed.
YCM error log:
http://pastebin.com/v8mYEget
A test case would be something like open a .cpp or a .py file with vim and type something like:
"aa aÇbbbbbb"
Each time I type b the error reappear.
If I could just disable the message I would be happy :D.
Thanks by your attention.
Hey everyone. First of all congratulations by the projects, The plugin makes vim more user friendly. I would like tell you my problem. I am running VIM - Vi IMproved 7.4 on a Debian 8 machine. When I write a word with a non-ascii character ( for example 'ç' ) I get the next error. "IndexError: bitset::set: __position (which is 18446744073709551555) >= _Nb (whic h is 128)". It is annoying because this error reappear each time I type a char until space is pressed. YCM error log: http://pastebin.com/v8mYEget A test case would be something like open a .cpp or a .py file with vim and type something like: "aa aÇbbbbbb" Each time I type b the error reappear. If I could just disable the message I would be happy :D. Thanks by your attention.