Skip to content

Commit

Permalink
fix: remove extraneous argument from SetCaret function in vim_state.ahk
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Sep 25, 2024
1 parent b9331a8 commit 33d09da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vim_state.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
VIM_IME_SET(this.LastIME)
}
this.Vim.Icon.SetIcon(this.Mode, this.Vim.Conf["VimIconCheckInterval"]["val"])
this.Vim.Caret.SetCaret(this.Mode, this.Vim.Conf["VimIconCheckInterval"]["val"])
this.Vim.Caret.SetCaret(this.Mode)
}
if(g != -1){
this.g := g
Expand Down

0 comments on commit 33d09da

Please sign in to comment.