Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error inserting german symbols #267

Closed
timokau opened this issue Nov 6, 2015 · 3 comments
Closed

Error inserting german symbols #267

timokau opened this issue Nov 6, 2015 · 3 comments

Comments

@timokau
Copy link

timokau commented Nov 6, 2015

Whenever I'm writing German symbols (ä, ü, ß), vim shows one of two errors at the bottom:

  • IndexError: bitset::set: __posotion (which is 18446744073709551555) >= _NB (which is 128)
  • IndexError: string index out of range

Which one of the errors appers seems to be random. The error clears when I exist insert mode and it doesnt seem to have any inpact on text editing. It only shows when I edit tex files. It shows in both vim and neovim.

@lervag
Copy link
Owner

lervag commented Nov 6, 2015

This is strange, and I suspect it is not due to vimtex. Could you please provide a minimal working example on how to reproduce this? A minimal vimrc file that loads vimtex and a step by step procedure for how to get the error. See here for an example of a minimal vimrc file.

@timokau
Copy link
Author

timokau commented Nov 7, 2015

Indeed, its not vimtex. I could narrow it down to YouCompleteMe and then found this issue which seems to describe the problem.
I should of course have tested that before. But since I observed this problem only when editing tex files (presumably because these are generally the only files I write german in) and it was the newest addons I installed, I just assumed the problem was with vimtex.

Sorry for the false issues and thank you for your time!

@lervag
Copy link
Owner

lervag commented Nov 7, 2015

No problem :)

@lervag lervag closed this as completed Nov 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants