Skip to content

Commit

Permalink
fix a (Left is implemented in CheckChr, not needed at a definition)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Feb 11, 2022
1 parent 877003f commit 98759b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions lib/bind/vim_enter_insert.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ i::Vim.State.SetMode("Insert")
Return

a::
if(Vim.CheckChr("`n")){
Send, {Left}
}else{
if(! Vim.CheckChr("`n")){
Send, {Right}
}
Vim.State.SetMode("Insert")
Expand Down
2 changes: 1 addition & 1 deletion lib/vim_ahk.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

class VimAhk{
__About(){
this.About.Version := "v0.11.1"
this.About.Version := "v0.11.2"
this.About.Date := "11/Feb/2022"
this.About.Author := "rcmdnk"
this.About.Description := "Vim emulation with AutoHotkey, everywhere in Windows."
Expand Down

0 comments on commit 98759b8

Please sign in to comment.