Don’t expand ‘atm’ mid-word
- ID
47ce261- date
2024-06-19 15:42:37+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
098fe0f- message
Don't expand 'atm' mid-word- changed files
1 file, 1 addition, 1 deletion
Changed files
create_snippets.py (7426) → create_snippets.py (7428)
diff --git a/create_snippets.py b/create_snippets.py
index d0c33db..dee1c05 100755
--- a/create_snippets.py
+++ b/create_snippets.py
@@ -40,7 +40,7 @@ SNIPPETS = {
"acct": "account",
"Acct": "Account",
"afaict": "as far as I can tell",
- "atm": "at the moment",
+ " atm": " at the moment",
"avg": "average",
"bdy": "boundary",
"Bdy": "Boundary",