本來這個blog是記錄開發輸入法的點滴的,後來越來越雜,現在什麼都記錄了。

2008年4月21日 星期一

grep in VIM

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)