From 6813095dbce3875f82c9bea7f7fb7f8cca958d5e Mon Sep 17 00:00:00 2001 From: rcmdnk Date: Mon, 20 Apr 2020 00:36:47 +0900 Subject: [PATCH] Include #44 ('Long press esc to enter normal mode' function) --- lib/vim_ahk.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/vim_ahk.ahk b/lib/vim_ahk.ahk index 30c5e938..2fc78e64 100644 --- a/lib/vim_ahk.ahk +++ b/lib/vim_ahk.ahk @@ -19,8 +19,8 @@ class VimAhk{ __About(){ - this.About.Version := "v0.6.3" - this.About.Date := "14/Apr/2020" + this.About.Version := "v0.7.0" + this.About.Date := "20/Apr/2020" this.About.Author := "rcmdnk" this.About.Description := "Vim emulation with AutoHotkey, everywhere in Windows." this.About.Homepage := "https://github.com/rcmdnk/vim_ahk"