Skip to content

Commit

Permalink
fix #8, add *.exe to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmev committed Aug 6, 2014
1 parent 6d1f61f commit 1664f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,3 +1,3 @@

*.exe
*.bak
/_SOURCES_
2 changes: 1 addition & 1 deletion WindowPadX.ahk
Expand Up @@ -226,7 +226,7 @@ TrayEdit:
TrayEditConfig:
RegRead, Editor, HKCR, AutoHotkeyScript\Shell\Edit\Command
StringReplace, Editor, Editor, "`%1",
Trim(Editor)
Editor := RegExReplace(Editor, "(^\s*|\s*$)")
if (Editor = )
Editor = notepad
Run, %Editor% "%A_ScriptDir%\WindowPadX.ini"
Expand Down

0 comments on commit 1664f13

Please sign in to comment.