Hi
I have following code in verilog/system verilog
when i use "%" key for ifndef else endif keyword it doesn't wrap
after reaching endif,
where as for all other keywords it wraps back to start.
module my_mod
`ifdef foo
`else
`endif
`ifndef bar
`else
`endif
class
endclass
begin
end
case
endcase
casex
endcase
casez
endcase
module
endmodule
if
else
fork
join
function
endfunction
task
endtask
specify
endspecify
endmodule
Please suggest the solution.
Regards
Amol N
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php