cleaning a bit, including moving out some old docs, and renaming
[feisty_meow.git] / infobase / patterns / vi / pattern_fix_commented_formal_parameters.txt
diff --git a/infobase/patterns/vi/pattern_fix_commented_formal_parameters.txt b/infobase/patterns/vi/pattern_fix_commented_formal_parameters.txt
new file mode 100644 (file)
index 0000000..2544473
--- /dev/null
@@ -0,0 +1,6 @@
+
+:1,$s/\/\*\([a-zA-Z_][a-zA-Z0-9_]*\)\*\//formal(\1)/g
+:wn
+
+
+