Skip to content

Commit 1cf5800

Browse files
committed
feat: VerilogFollow* support for multiple tag matches
1 parent 5bf3601 commit 1cf5800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/verilog_systemverilog.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ function verilog_systemverilog#FollowInstanceTag(line, column)
675675
exec "wincmd ".g:verilog_navigate_split
676676
endif
677677
if values[1] != ""
678-
execute "tag " . values[1]
678+
execute "tjump " . values[1]
679679
endif
680680
endfunction
681681
" }}}

0 commit comments

Comments
 (0)