Skip to content

Commit

Permalink
Update Typing_Aid_everywhere_multi_clone.inc.ahk
Browse files Browse the repository at this point in the history
  • Loading branch information
sl5net committed Jan 28, 2019
1 parent d8cd92d commit efdb369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/inc_ahk/Typing_Aid_everywhere_multi_clone.inc.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ actionListDir = '%actionListDir%'
msg .= exist_includeFilePath " = exist_includeFilePath `n`n"
msg .= A_ScriptDir
lll( A_ThisFunc ":" A_LineNumber , A_LineFile ,msg )
if(!RegExMatch(includeFilePath , "i)private\b" )){
if(!RegExMatch(includeFilePath , "i)private" )){
feedbackMsgBox(RegExReplace(A_LineFile,".*\\(.*?)\.ahk","$1") ">" A_LineNumber, msg, 1,1 ) ; temp.ahk is often ignored by config 05.10.2018 08:46
MsgBox,% "ups !exist_includeFilePath (" A_ThisFunc ":" A_LineNumber " " RegExReplace(A_LineFile, ".*\\") ")"
}
Expand Down

0 comments on commit efdb369

Please sign in to comment.