File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 20
20
21
21
class VimAhk{
22
22
__About (){
23
- this.About.Version := " v0.14.1 "
24
- this.About.Date := " 10 /Dec/2024"
23
+ this.About.Version := " v0.14.2 "
24
+ this.About.Date := " 14 /Dec/2024"
25
25
this.About.Author := " rcmdnk"
26
26
this.About.Description := " Vim emulation with AutoHotkey, everywhere in Windows."
27
27
this.About.Homepage := " https://github.com/rcmdnk/vim_ahk"
Original file line number Diff line number Diff line change 53
53
this.Vim.Conf[" VimTwoLetter" ][" val" ] := this.Vim.Conf[" VimTwoLetter" ][" val" ] this.Vim.GroupDel L1 L2
54
54
}
55
55
}
56
- IniDelete (this.Ini, this.Section, twoLetter)
56
+ try {
57
+ IniDelete (this.Ini, this.Section, twoLetter)
58
+ } catch OSError as e {
59
+ ; pass
60
+ }
57
61
}
58
62
59
63
WriteIni (){
You can’t perform that action at this time.
0 commit comments