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 2efd032 commit 770e9bbCopy full SHA for 770e9bb
lib/vim_ahk.ahk
@@ -18,8 +18,8 @@
18
19
class VimAhk{
20
__About(){
21
- this.About.Version := "v0.5.0"
22
- this.About.Date := "24/Sep/2019"
+ this.About.Version := "v0.6.0"
+ this.About.Date := "31/Jan/2020"
23
this.About.Author := "rcmdnk"
24
this.About.Description := "Vim emulation with AutoHotkey, everywhere in Windows."
25
this.About.Homepage := "https://github.com/rcmdnk/vim_ahk"
0 commit comments