Skip to content

Commit

Permalink
fix: update script to require AutoHotkey v2.0 and remove Return (for v2)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Sep 25, 2024
1 parent d52f860 commit ecee981
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions vim.ahk
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#Requires AutoHotkey v1.1

; Auto-execute section
Vim := VimAhk(A_LineFile)
Return
#Requires AutoHotkey v2.0

#Include %A_LineFile%\..\lib\vim_ahk.ahk
Vim := VimAhk(A_LineFile)

0 comments on commit ecee981

Please sign in to comment.