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 2020
2121class VimAhk{
2222 __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"
2525 this.About.Author := " rcmdnk"
2626 this.About.Description := " Vim emulation with AutoHotkey, everywhere in Windows."
2727 this.About.Homepage := " https://github.com/rcmdnk/vim_ahk"
Original file line number Diff line number Diff line change 5353 this.Vim.Conf[" VimTwoLetter" ][" val" ] := this.Vim.Conf[" VimTwoLetter" ][" val" ] this.Vim.GroupDel L1 L2
5454 }
5555 }
56- IniDelete (this.Ini, this.Section, twoLetter)
56+ try {
57+ IniDelete (this.Ini, this.Section, twoLetter)
58+ } catch OSError as e {
59+ ; pass
60+ }
5761 }
5862
5963 WriteIni (){
You can’t perform that action at this time.
0 commit comments