vhda / verilog_systemverilog.vim

Verilog/SystemVerilog Syntax and Omni-completion
360 stars 87 forks source link

Change function FollowInstanceSearchWord #153

Closed henry-hsieh closed 6 years ago

henry-hsieh commented 6 years ago

Using 'normal /' will conflict with the plugin 'haya14busa/incsearch.vim'. When users map their search key '/' to incsearch, VerilogFollowPort will stuck at 'normal /'. Using ':/' can easily avoid this problem.

vhda commented 6 years ago

Thanks for spotting this and for the fix.