diff options
author | martin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-07-08 17:35:04 +0000 |
---|---|---|
committer | martin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-07-08 17:35:04 +0000 |
commit | 2260006370403fb672f0213c91c431155912a198 (patch) | |
tree | ae172cfab1b68d29acce2ba3c32d76bd9ad3ddc0 /windows/autohotkey/Source | |
parent | c5acf91f2bf11c143d56bffe71f5cb1234bde1bc (diff) |
Bedingtes Include
git-svn-id: https://svn.neo-layout.org@625 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/autohotkey/Source')
-rw-r--r-- | windows/autohotkey/Source/All.ahk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/autohotkey/Source/All.ahk b/windows/autohotkey/Source/All.ahk index 86681fd..2012367 100644 --- a/windows/autohotkey/Source/All.ahk +++ b/windows/autohotkey/Source/All.ahk @@ -19,5 +19,5 @@ #Include %a_scriptdir%\Keys-Neo.ahk
#Include %a_scriptdir%\Methods-Lights.ahk
#Include %a_scriptdir%\Methods-Other.ahk
-;#Include %a_scriptdir%\..\Compose\Compose-all-in-one.ahk
+;#Include *i %a_scriptdir%\..\Compose\Compose-all-in-one.ahk
|