fixed to not throw away matches that look like ./blah/XXX where the dot is definitely
[feisty_meow.git] / database / 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