Skip to content

Commit c8b0849

Browse files
committed
• read document from stdin so that no saving is required
git-svn-id: http://svn.textmate.org/trunk/Bundles/PHP.tmbundle@3260 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
1 parent 20c25c4 commit c8b0849

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Commands/Run PHP.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<plist version="1.0">
44
<dict>
55
<key>beforeRunningCommand</key>
6-
<string>saveActiveFile</string>
6+
<string>nop</string>
77
<key>command</key>
8-
<string>"${TM_PHP:-php}" -f "$TM_FILEPATH"|pre</string>
8+
<string>"${TM_PHP:-php}"|pre</string>
99
<key>input</key>
10-
<string>none</string>
10+
<string>document</string>
1111
<key>keyEquivalent</key>
1212
<string>@R</string>
1313
<key>name</key>

0 commit comments

Comments
 (0)