You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when I open up a .c file.
"test.c" 7L, 729B
Error detected while processing BufRead Autocommands for "*.c"..function dist#ft#FTlpc[11]..FileType Autocommands for "*"..Syntax Autocomman
ds for "*"..function <SNR>18_SynSet[25]..script $HOME/.vim/plugged/vim-css-color/after/syntax/c.vim[1]..function css_color#init[10]..css
_color#enable[15]..modelines:
line 5:
E518: Unknown option: printf("Wrong
E518: Unknown option: printf("Wrong
Here is a snippet of a c file that kicks off the error:
void assert_failed(uint8_t *file, uint32_t line)
{
/* USER CODE BEGIN 6 */
/* User can add his own implementation to report the file name and line number, */
/* ex: printf("Wrong parameters value: file %s on line %d\r\n", file, line) */
/* USER CODE END 6 */
}
I get the following error when I open up a .c file.
Here is a snippet of a c file that kicks off the error:
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
r1.6cc6573
Any idea what is going on?
The text was updated successfully, but these errors were encountered: