Skip to content

Commit

Permalink
added launcher macro
Browse files Browse the repository at this point in the history
  • Loading branch information
mobitan committed Dec 12, 2010
1 parent d125baa commit efa86ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions YASnippet.mac
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
if (version < 800) {
$$currver = str(version / 100) + "." + rightstr(str(version), 2);
question "YASnippet Hidemalized �͏G�ۃG�f�B�^ v8.00 �ȍ~�Ŏg���܂��B\n���݂��g���̏G�ۃG�f�B�^�� v" + $$currver + " �ł��B\n�ŐV�ł̏G�ۃG�f�B�^���_�E�����[�h���܂���?";
if (result) run "rundll32 url.dll,FileProtocolHandler \"http://hide.maruo.co.jp/software/hidemaru.html\"";
endmacroall;
}
execmacro currentmacrodirectory + "\\Yasnippet\\yas.mac";

0 comments on commit efa86ab

Please sign in to comment.