cleaning a bit, including moving out some old docs, and renaming
[feisty_meow.git] / database / patterns / vi / pattern_auto_replacement
diff --git a/database/patterns/vi/pattern_auto_replacement b/database/patterns/vi/pattern_auto_replacement
deleted file mode 100644 (file)
index 6794d44..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-pattern that automates making changes in a lot of files with vi.
-system_config is to be changed to path_config.  substitute as needed.
-
-:1,$s/system_config/path_config/g
-:wn
-
-