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 with syntastic integration #21

Closed
wangwangwar opened this issue Feb 5, 2013 · 4 comments
Closed

Error with syntastic integration #21

wangwangwar opened this issue Feb 5, 2013 · 4 comments

Comments

@wangwangwar
Copy link

Syntastic works fine with .py and .js file, but fails with .c file. When I input :w command to check the c file, it fails with such errors:

处理 function 37_UpdateErrors..37_CacheErrors..5 时发生错误:
第 1 行:
E15:Invalid expression : self._locListFunc()
第 2 行:
E121:Unknown variable: list
E116:Invalid arguments for function 8
E15:Invalid expression: g:SyntasticLoclist.New(list)
处理 function 37_UpdateErrors..37_CacheErrors..5 时发生错误:
第 19 行:
E117: Unknown function: isEmpty
E15: Invalid expression: !loclist.isEmpty()

@Valloric
Copy link
Member

Valloric commented Feb 5, 2013

Sounds like an issue with Syntastic. Try it with my fork: https://github.com/Valloric/syntastic

Don't forget to rm -rf ~/.vim/bundle/syntastic before changing the Bundle line in your Vimrc if you're using Vundle.

@Valloric Valloric closed this as completed Feb 5, 2013
@Valloric
Copy link
Member

Valloric commented Feb 5, 2013

Also, are you sure you have updated to the latest upstream Syntastic before trying this out?

@tsto
Copy link

tsto commented Feb 5, 2013

Syntastic commit c41f2c89 was required to make this issue go away for me.

@wangwangwar
Copy link
Author

Thanks a lot. Both Valloric's fork and Syntastic commit c41f2c89 works.

@hardboydu hardboydu mentioned this issue Jul 4, 2016
limbolily pushed a commit to limbolily/YouCompleteMe that referenced this issue Aug 9, 2016
should not be changed when determining the path to clang++

See ycm-core#21
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants