Tuesday, July 9, 2013

RE: Case insensitive search

Thanks everyone for all you help.

 

Normally I do a case sensitive search, so I just want to do it when I suspect something is missing.

 

I’ll try the various suggestions .

 

 

Joel Patterson

Database Administrator

904 928-2790

 

From: vim_use@googlegroups.com [mailto:vim_use@googlegroups.com] On Behalf Of David Fishburn
Sent: Tuesday, July 09, 2013 9:52 AM
To: vim_use
Subject: Re: Case insensitive search

 

 

 

On Tue, Jul 9, 2013 at 9:10 AM, Patterson, Joel <jpatterson@entint.com> wrote:

 

 

Does anyone know how to do a case insensitive search?   I tried :help case, :help sensitive and so forth.

 

 

I’d like to find all occurences of say Resume, resume, resume … etc.

 

 

/\cresume

likewise

/\CResume 

 

will force case sensitive search.

 

HTH,

David 

 

--
--
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
 
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

 
-- 
Joel Patterson
Sr. Database Administrator | Enterprise Integration
Phone: 904-928-2790 | Fax: 904-733-4916
 
 
http://www.facebook.com/pages/Enterprise-Integration/212351215444231  http://twitter.com/#!/entint  http://www.linkedin.com/company/18276?trk=tyah  http://www.youtube.com/user/ValueofIT
 
This message (and any associated files) is intended only for the use
of the addressee and may contain information that is confidential,
subject to copyright or constitutes a trade secret. If you are not the
intended recipient, you are hereby notified that any dissemination,
copying or distribution of this message, or files associated with this
message, is strictly prohibited. If you have received this message in
error, please notify us immediately by replying to the message and
deleting it from your computer. Messages sent to and from us may be
monitored. Any views or opinions presented are solely those of the
author and do not necessarily represent those of the company. [v.1.1]

No comments: