added readme so people don't get the wrong idea about the vnc project
[feisty_meow.git] / infobase / patterns / vi / pattern_fix_commented_formal_parameters.txt
1
2 :1,$s/\/\*\([a-zA-Z_][a-zA-Z0-9_]*\)\*\//formal(\1)/g
3 :wn
4
5
6