vhda / verilog_systemverilog.vim

Verilog/SystemVerilog Syntax and Omni-completion
366 stars 89 forks source link

Error 523: Not allowed here: omnifunc=verilog_systemverilog#Complete #170

Closed justrajdeep closed 4 years ago

justrajdeep commented 5 years ago

Hi

I have been using your plugin for a long time. Today after updating vim 8.1.542 i started getting the following error.

|| Error detected while processing
/home/<username>/.vim/neobundle_bundle/verilog_systemverilog/ftplugin/verilog_systemverilog.vim|13| 
|| E523: Not allowed here: omnifunc=verilog_systemverilog#Complete

Not sure what is causing this, can you give me some pointers.

vhda commented 5 years ago

Edited your issue to remove your username for privacy (and removed it from history).

I'm unable to replicate this in my environment, even after setting 'secure', which is what is supposed to trigger E523. One thing I have different from you is that I'm using vim-plug instead of NeoBundle. So it would help if you could try to disable NeoBundle and load this plugin manually (you can backup your .vim and .*vimrc files and copy the contents of the "bundle" into .vim, for example).

justrajdeep commented 5 years ago

Thanks @vhda let me try to move to vim-plug over the weekend.

vhda commented 4 years ago

Assuming everything worked out. Please reopen if necessary.