Skip to content
This repository has been archived by the owner on Sep 5, 2018. It is now read-only.

fix bug where case-sensitive hotstring wasn't being passed to label #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mmikeww
Copy link

@mmikeww mmikeww commented Jan 5, 2018

mentioned in issue #5

the following example was previously failing, but is fixed with this commit:

Hotstring("Trigger2", "replace", 2)

replace($) {
    ; $ == 'trigger'
    MsgBox % "'" . $ . "' was entered!"
}

@mmikeww mmikeww mentioned this pull request Jan 5, 2018
mentioned in issue menixator#5

the following example was previously failing, but is fixed with this commit:

Hotstring("Trigger2", "replace", 2)

replace($) {
    ; $ == 'trigger'
    MsgBox % "'" . $ . "' was entered!"
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant