From: handa Date: Wed, 23 Jan 2008 04:40:25 +0000 (+0000) Subject: (init): Initialize SELECT to 0. X-Git-Tag: REL-1-5-1~19 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=859c3e3539718fe5603a7be9155c0de6858e2a6e;p=m17n%2Fm17n-db.git (init): Initialize SELECT to 0. --- diff --git a/MIM/vi-telex.mim b/MIM/vi-telex.mim index 0b522ab..49558d6 100644 --- a/MIM/vi-telex.mim +++ b/MIM/vi-telex.mim @@ -152,7 +152,8 @@ If the value is 1, Backspace key undoes the previous key ;; Initialize variables. C is the initial consonant. V-N is the ;; (N-1)th vowel from the last. C-AFTER-V is a number of consonants ;; typed after vowel. - (t (set C @-1) (set V-1 0) (set V-2 0) (set V-3 0) (set C-AFTER-V 0)) + (t (set C @-1) (set V-1 0) (set V-2 0) (set V-3 0) (set C-AFTER-V 0) + (set SELECT 0)) (consonant (set C @-1)) (consonant-or-tone-mark (set C @-1))