aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-05 23:54:06 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-05 23:54:06 +1200
commit3d8e1e7dfaaa3a5dd1f6131bd5c61a71407aead4 (patch)
treeecefc7a53926aaefb18234b4d8e2f4eabe1b03a0 /games
parentTranslate chars instead of substituting (diff)
downloaddotfiles-3d8e1e7dfaaa3a5dd1f6131bd5c61a71407aead4.tar.gz
dotfiles-3d8e1e7dfaaa3a5dd1f6131bd5c61a71407aead4.zip
Correct substitution error
Diffstat (limited to 'games')
-rwxr-xr-xgames/kvlt2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/kvlt b/games/kvlt
index 0dcde0c0..3090abde 100755
--- a/games/kvlt
+++ b/games/kvlt
@@ -11,7 +11,7 @@ s,\([A-Z]\)I,\1Y,g
s,^THE ,DER ,g
s, THE , DER ,g
s,^OF ,OV ,g
-s, AND , UND ,g
+s, AND , VND ,g
s, TRUE , TRV ,g
s,^TRUE ,TRV ,g
s,TRUE$,TRV,g