Skip to content

Commit b47a3c0

Browse files
authored
Merge pull request vhda#226 from antoinemadec/master
feat: VerilogFollow* support for multiple tag matches
2 parents 5bf3601 + 1cf5800 commit b47a3c0

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)