On Fri, 19 Apr 2013 at 12:16, Issac Liao <issac.xw...@gmail.com> wrote:

> Hi:
>
>   recently I fall in love with cscope in vim.
>   this feature is awesome.
>   but then I found that I could not search text ignoring letter case.
>
>   eg.
>   I type :cs f t logdisplayer
>   vim will fail to find LogDisplayer.
>
>   this has been really frustrating.
>   so I look up the manual and search through the internet.
>   but I can not find a way to fix my problem.
>
>   I use cscope -CRbq to build the database for cscope as suggested.(-C
> will enable searching case-insensitive)
>   but obviously vim does not work with that.
>
>   I tried :cs add cscope.out -C  too . It doesn't work.
>
>   so I wonder is there a way to make  :cs find  searching ignoring case?
>
>   thank you in advance. :)
>
> --
> --
> 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+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

The help states that you can add an option to the 'add' command:

        :cscope add cscope.out /usr/local/vim -C

I haven't gotten this to work yet, though.

-- 
-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to