Is there a vim plugin, script or function out there that allows vim search to be extended in order to match camel-cased words when I type its capital letters in succession?
Here is an example to clarify:
Lets say I am looking for WordInQuestion.
I would like to be able to just type /wiq in order to find it.
As an added bonus, it would be nice if I could find getWordInQuestion by typing /gwiq which means the first letter of the word I am looking for may be lower case.