I need to add `-C` option to cscope command line when adding cscope db to enable case-insensitive search, is there any way to add this option? e.g. ``` vim :cs add cscope.out /some/path/src -C ```