On Thu, 4 Apr 2019 at 15:00, Efraim Yawitz <efraim.yawitz@gmail.com> wrote:
On Fri, 19 Apr 2013 at 12:16, Issac Liao <issac.xwork@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 logdisplayervim 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+unsubscribe@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 -CI haven't gotten this to work yet, though.
If anyone is still paying attention, it does work just as stated in the help. It wasn't working for me because I didn't realize the "pre-path" parameter ("/usr/local/vim" in the example) is obligatory
I was trying something like:
:cscope add cscope.out -C
and the connection failed.
--
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/d/optout.
No comments:
Post a Comment