X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=database%2Fpatterns%2Fvi%2Fpattern_auto_replacement;fp=database%2Fpatterns%2Fvi%2Fpattern_auto_replacement;h=0000000000000000000000000000000000000000;hb=0f49452f40415efb2a62048397ed8514a1058bb7;hp=6794d4404208068b6565ffcaf09ed3a79b8c3750;hpb=dfe6c3aedd3487a00acf94683163be7ed0baa6da;p=feisty_meow.git diff --git a/database/patterns/vi/pattern_auto_replacement b/database/patterns/vi/pattern_auto_replacement deleted file mode 100644 index 6794d440..00000000 --- a/database/patterns/vi/pattern_auto_replacement +++ /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 - -