diff --git a/core/Main.ahk b/core/Main.ahk index a14eb23..d17f316 100644 --- a/core/Main.ahk +++ b/core/Main.ahk @@ -7,10 +7,10 @@ global VIMD_CMD_LIST VimdRun() { - CustomInit := "CustomInit" + CustomInit := "CustomInit" if (IsLabel(CustomInit)) { - GoSub, %CustomInit% + GoSub, %CustomInit% } ConfigPath := A_ScriptDir "\conf\vimd.ini"