Skip to content

Commit

Permalink
fix Esc to Normal
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Oct 20, 2020
1 parent 8750280 commit ca88bde
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 @@ -84,7 +84,7 @@

HandleEsc(){
global Vim, VimEscNormal, VimLongEscNormal
if (!VimNormal) {
if (!VimEscNormal) {
Send, {Esc}
Return
}
Expand Down

0 comments on commit ca88bde

Please sign in to comment.