From: Ajay J. <aj...@gm...> - 2010-12-22 10:34:20
|
Hi All, I have spent quite some time in trying to figure out "How to use cscope search" in Vim in a case insensitive manner. For example: In my Vim I do: :cs f g foo. I want to be able to do :cs f g FOO and still get the same results. I have not been able to find any straight option to do it. However, I get some success on using :cs add <database> -C. However, this method does not work out very well for me as this database gets loaded in /etc/vimrc and I cannot edit that (permissions issue). Ofcourse, I can kill it before loading. For example: :cs -kill -1 OR :cs -kill <name>, but there are issues as I do not know the name (I work in different projects) and I can't afford to kill all. Please suggest/recommend a cleaner option. Thanks, Ajay., |