We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304de7b commit 6813095Copy full SHA for 6813095
lib/vim_ahk.ahk
@@ -19,8 +19,8 @@
19
20
class VimAhk{
21
__About(){
22
- this.About.Version := "v0.6.3"
23
- this.About.Date := "14/Apr/2020"
+ this.About.Version := "v0.7.0"
+ this.About.Date := "20/Apr/2020"
24
this.About.Author := "rcmdnk"
25
this.About.Description := "Vim emulation with AutoHotkey, everywhere in Windows."
26
this.About.Homepage := "https://github.com/rcmdnk/vim_ahk"
0 commit comments