aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-01-21 19:27:03 +0100
committerJohn Ankarström <john@ankarstrom.se>2021-01-21 19:27:03 +0100
commitc765f39ef129bcb2079d012e98f8ac79a04e2ab1 (patch)
treedfc3d09ce93c83482b7498137a860917e5689636
parent598a0de775943fb3c5327581b7dffb72be3ecca9 (diff)
downloadahk-c765f39ef129bcb2079d012e98f8ac79a04e2ab1.tar.gz
jump: Fix layout bug (missing return statement)
-rw-r--r--tt.jump.ahk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tt.jump.ahk b/tt.jump.ahk
index 8859b6a..d45a1ea 100644
--- a/tt.jump.ahk
+++ b/tt.jump.ahk
@@ -25,6 +25,7 @@ if (JumpPaths[k] != "")
Run, % """" JumpPaths[k] """"
}
ToolTip
+return
;; -> library