On Mon, January 17, 2011 10:32 am, ifys0325 wrote: > /std_logic\%[_vector]\%((\d\)\? > > it is only match > std_logic_vector(1
It isn't for me. (Vim 7.2.284) Here it matches std_logic std_logic_vector(1 std_logic_vector(1 as expected. > > how to match something in the "()"? > Include blank and digit and English letter? I don't understand. Please be as exact and precise as possible and include a sample. I am guessing a last time. Is this what you want? \%(std_logic\%[_vector](\)\@<=[[:alnum:] ]* Oh and 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
