Fix for double vowels and double consonants.
authorhanda <handa>
Fri, 20 Oct 2006 06:54:12 +0000 (06:54 +0000)
committerhanda <handa>
Fri, 20 Oct 2006 06:54:12 +0000 (06:54 +0000)
vi-telex.mim

index b5004f5..541896c 100644 (file)
   (consonant (shift after-vc))
   (d-bar (shift after-vc))
   (double (shift after-vc))
-  (vowel (shift init))
+  (vowel)
   (diacritical (shift init))
   (backspace))
 
  ;; The state shifted to when a vowel and consonant are typed.  The
  ;; vowel is the first character of the preedit buffer.
  (after-vc
-  (diacritical (shift init)))
+  (diacritical (shift init))
+  (consonant)
+  (d-var)
+  (double))
 
  (escape
   "a"