On Tue, January 18, 2011 2:21 am, ifys0325 wrote: > i am sorry . > i want to match > std_logic > std_logic_vector(1 downto 0) > std_logic_Vector(0 to 1) > > I want to match all this three parts,including the contents of > brackets,also and the brackets.
That should do, what you want. /std_logic\%[_vector]\%(([^)]*)\)\? (Please don't top poste). regards, Christian -- You received this message from the "vim_use" 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
