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
When I am trying to load a Verilog header file and I see this error:
Error detected while processing $HOME/.vimrc[1434]..$HOME/tools/share/vim/vim90/syntax/syntax.vim[43]..BufRead Autocommands for ".vh"..FileType Autocommands for ""..function 9_LoadIndent[14]..script $HOME/.vim/bundle/verilog_systemverilog.vim/indent/verilog_systemverilog.vim:
line 45:
E121: Undefined variable: g:verilog_syntax
line 46:
E121: Undefined variable: g:verilog_syntax
line 47:
E121: Undefined variable: g:verilog_syntax
Error detected while processing $HOME/.vimrc[1434]../$HOME/tools/share/vim/vim90/syntax/syntax.vim[43]..BufRead Autocommands for ".vh"..FileType Autocommands for ""..Syntax Autocommands for "*"..function 4_SynSet[25]..script $HOME/.vim/bundle/verilog_systemverilog.vim/syntax/verilog_systemverilog.vim:
line 246:
E121: Undefined variable: g:verilog_syntax
E116: Invalid arguments for function 20_SyntaxCreate
line 341:
E121: Undefined variable: g:verilog_syntax
E116: Invalid arguments for function 20_SyntaxCreate
I am using the latest code from master as of Feb 22nd. Am I missing something?
Thanks in advance for your help. Appreciate it.
The text was updated successfully, but these errors were encountered:
Looking at those paths I can see you are copying the files of this plugin over vim's standard installation, which is incorrect.
I suggest you use a plugin manager like vim-plug.
Hi,
When I am trying to load a Verilog header file and I see this error:
Error detected while processing $HOME/.vimrc[1434]..$HOME/tools/share/vim/vim90/syntax/syntax.vim[43]..BufRead Autocommands for ".vh"..FileType Autocommands for ""..function 9_LoadIndent[14]..script $HOME/.vim/bundle/verilog_systemverilog.vim/indent/verilog_systemverilog.vim:
line 45:
E121: Undefined variable: g:verilog_syntax
line 46:
E121: Undefined variable: g:verilog_syntax
line 47:
E121: Undefined variable: g:verilog_syntax
Error detected while processing $HOME/.vimrc[1434]../$HOME/tools/share/vim/vim90/syntax/syntax.vim[43]..BufRead Autocommands for ".vh"..FileType Autocommands for ""..Syntax Autocommands for "*"..function 4_SynSet[25]..script $HOME/.vim/bundle/verilog_systemverilog.vim/syntax/verilog_systemverilog.vim:
line 246:
E121: Undefined variable: g:verilog_syntax
E116: Invalid arguments for function 20_SyntaxCreate
line 341:
E121: Undefined variable: g:verilog_syntax
E116: Invalid arguments for function 20_SyntaxCreate
I am using the latest code from master as of Feb 22nd. Am I missing something?
Thanks in advance for your help. Appreciate it.
The text was updated successfully, but these errors were encountered: