Skip to content

Commit

Permalink
Fixed New function command behavior, as no key-equivalent was trigger…
Browse files Browse the repository at this point in the history
…ed and 2 line breaks were added
  • Loading branch information
matehat committed Mar 14, 2010
1 parent 810b256 commit 7468e3b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Commands/New Function.tmCommand
Expand Up @@ -8,15 +8,13 @@
<string>cat &lt;&lt;SNIPPET
${TM_SELECTED_TEXT:-$TM_CURRENT_WORD}: (\${1:args}) -&gt;
\$0
SNIPPET</string>
<key>fallbackInput</key>
<string>word</string>
<key>input</key>
<string>selection</string>
<key>keyEquivalent</key>
<string>$
</string>
<string>$</string>
<key>name</key>
<string>New Function</string>
<key>output</key>
Expand Down

0 comments on commit 7468e3b

Please sign in to comment.