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 5b29365 commit f180f22Copy full SHA for f180f22
lib/vim_ahk.ahk
@@ -20,8 +20,8 @@
20
21
class VimAhk{
22
__About(){
23
- this.About.Version := "v0.12.1"
24
- this.About.Date := "13/Sep/2023"
+ this.About.Version := "v0.13.0"
+ this.About.Date := "18/Jan/2024"
25
this.About.Author := "rcmdnk"
26
this.About.Description := "Vim emulation with AutoHotkey, everywhere in Windows."
27
this.About.Homepage := "https://github.com/rcmdnk/vim_ahk"
0 commit comments