vhda / verilog_systemverilog.vim

Verilog/SystemVerilog Syntax and Omni-completion
359 stars 86 forks source link

fix issue #215, nvim open verilog file g:verilog_syntax variable alarm, vim/neovim both tested, work pretty #219

Closed microway199x closed 1 year ago

microway199x commented 1 year ago

neovim 0.72, 1st open .v file, variable g:verilog_syntax can not find error as below #215

move g:verilog_syntax and other variable that work for .v 、.sv or other file actived @ftdetect/verilog_systemverilog.vim to ftplugin/verilog_systemverilog.vim

the detail refer to issue #215

thanks

vhda commented 1 year ago

Unable to reproduce.