aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-06 10:08:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-06 10:08:52 +1200
commit281486e7ef4a05e9dea8d62e915670321d1c0985 (patch)
treeb347ed2c1940a41338a7a4e960c96a03ff6230ad /games
parentMove translations to end (diff)
downloaddotfiles-281486e7ef4a05e9dea8d62e915670321d1c0985.tar.gz
dotfiles-281486e7ef4a05e9dea8d62e915670321d1c0985.zip
Don't change ch- to kh-
Diffstat (limited to 'games')
-rwxr-xr-xgames/kvlt4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/kvlt b/games/kvlt
index b921913b..170f41b4 100755
--- a/games/kvlt
+++ b/games/kvlt
@@ -12,8 +12,8 @@ s/$/~/
# -C[EI] -> -Z[EI] (naïve attempt at finding soft Cs)
s,\([A-Z]\)C\([EI][^A-Z]\),\1Z\2,g
-# Remaining Cs (presumably hard ones) become Ks
-y/C/K/
+# -C[^H] -> -K[^H] (so "change" doesn't become "KHANGE")
+s/C\([^H]\)/K\1/
# -I- -> -Y-
s,\([A-Z]\)I,\1Y,g