From 2040036ff182ec1d7faee73e6943fe4d860c4b67 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 19 Jun 2009 04:07:15 +0000 Subject: [PATCH] (init): Add smart-quotes. --- MIM/vi-tcvn.mim | 3 ++- MIM/vi-telex.mim | 3 ++- MIM/vi-vni.mim | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/MIM/vi-tcvn.mim b/MIM/vi-tcvn.mim index b60ca46..f78d36b 100644 --- a/MIM/vi-tcvn.mim +++ b/MIM/vi-tcvn.mim @@ -102,7 +102,8 @@ If the value is 1, Backspace key undoes the previous key (vowel-ext (mark M) (set V-2 V-1) (set V-1 @-1) (shift after-v)) (temporary-escape (shift temporary-escape)) (permanent-escape (shift escape-in-normal-mode)) - (misc)) + (misc) + (smart-quotes)) ;; The state shifted to when a vowel is typed. (after-v diff --git a/MIM/vi-telex.mim b/MIM/vi-telex.mim index 968b06c..320bebd 100644 --- a/MIM/vi-telex.mim +++ b/MIM/vi-telex.mim @@ -116,7 +116,8 @@ If the value is 1, Backspace key undoes the previous key (vowel (mark M) (set V-2 V-1) (set V-1 @-1) (shift after-v)) (vowel-ext (mark M) (set V-2 V-1) (set V-1 @-1) (shift after-v)) (temporary-escape (shift temporary-escape)) - (permanent-escape (shift escape-in-normal-mode))) + (permanent-escape (shift escape-in-normal-mode)) + (smart-quotes)) ;; The state shifted to when a vowel is typed. (after-v diff --git a/MIM/vi-vni.mim b/MIM/vi-vni.mim index 95106bc..007b3fc 100644 --- a/MIM/vi-vni.mim +++ b/MIM/vi-vni.mim @@ -92,7 +92,8 @@ If the value is 1, Backspace key undoes the previous key (vowel (mark M) (set V-2 V-1) (set V-1 @-1) (shift after-v)) (vowel-ext (mark M) (set V-2 V-1) (set V-1 @-1) (shift after-v)) (temporary-escape (shift temporary-escape)) - (permanent-escape (shift escape-in-normal-mode))) + (permanent-escape (shift escape-in-normal-mode)) + (smart-quotes)) ;; The state shifted to when a vowel is typed. (after-v -- 1.7.10.4