On 04/06/2011 01:51 PM, googler wrote:
How do I search for the words containing the string CKINV, but which do not start with G8S_ ? For example, I would be interested in the string xyz_CKINVX8 but not G8S_CKINVX3.
/\<\%(G8S_\)\@!\w*CKINV -tim -- 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
