S/R uniq prompt

This commit is contained in:
Paul Gauthier 2024-05-19 14:22:29 -07:00
parent ca18220b77
commit 642be2a8f0

View file

@ -125,7 +125,7 @@ Every *SEARCH/REPLACE block* must use this format:
Every *SEARCH* section must *EXACTLY MATCH* the existing source code, character for character, including all comments, docstrings, etc.
*SEARCH/REPLACE* blocks will replace *all* matching occurrences.
Include enough lines to ensure unique matches if needed.
Include enough lines to make the SEARCH blocks unique.
Include *ALL* the code being searched and replaced!