vhda / verilog_systemverilog.vim

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

feat: VerilogFollow* support for multiple tag matches #226

Closed antoinemadec closed 1 year ago

antoinemadec commented 1 year ago

Currently, VerilogFollow* jump in the first tag match. This mean if you have 2 version of the same module, you have 50% chances of jumping in the wrong one.

This commit uses tjump instead of tag:

Cheers :smiley:

vhda commented 1 year ago

Thank you so much for your contribution.