Hi googler! On Mi, 06 Apr 2011, 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. Thanks. try: /\(G8S\)\@<!CKINVX8 See :h /\\@<! 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
