When you use vim / gvim, one of the problem is it is diffcult to do search strings in file. I have written code below solve this problem. You can search for strings in vim with the following command :grep. Example: Suppose you want to search in your source code all occurrence of Debug.*Log, you can do the following:



Please download it here
(Linux, Windows, Windows in Cygwin)