On Mon, January 17, 2011 6:59 am, ifys0325 wrote:
> Hi,
>
> std_logic   and   std_logic_vector
> can be matched like this
> 'std_logic\%[_vector]'
>
> Now i want to match this three part:
>
> std_logic
> std_logic_vector(1 downto 0)
> std_logic_vector(1 to 0)
>
> The number in the bracket is digit.
>
>
> Any solution for this?

You mean like this?
/std_logic\%[_vector]\%((\d\)\?

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

Reply via email to