Skip to content

Commit 5b29365

Browse files
authored
Merge pull request #94 from mangost/master
Update vim.ahk: #Requires AutoHotkey v1.1
2 parents 7f7509e + 2b8860a commit 5b29365

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vim.ahk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
; Auto-execute section
1+
#Requires AutoHotkey v1.1
2+
3+
; Auto-execute section
24
VimScriptPath := A_LineFile
35
Vim := new VimAhk()
46
Return

0 commit comments

Comments
 (0)