Skip to content

Commit 6813095

Browse files
committed
Include #44 ('Long press esc to enter normal mode' function)
1 parent 304de7b commit 6813095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/vim_ahk.ahk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
class VimAhk{
2121
__About(){
22-
this.About.Version := "v0.6.3"
23-
this.About.Date := "14/Apr/2020"
22+
this.About.Version := "v0.7.0"
23+
this.About.Date := "20/Apr/2020"
2424
this.About.Author := "rcmdnk"
2525
this.About.Description := "Vim emulation with AutoHotkey, everywhere in Windows."
2626
this.About.Homepage := "https://github.com/rcmdnk/vim_ahk"

0 commit comments

Comments
 (0)