source: python/trunk/Misc/TextMate/Python-Dev.tmbundle/Commands/Open PEP.tmCommand

Last change on this file was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 709 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>beforeRunningCommand</key>
6 <string>nop</string>
7 <key>command</key>
8 <string># XXX Worth supporting using a local copy?
9
10# Dumb luck that an unrecognized number leads to a 0 being used.
11open `printf "http://www.python.org/dev/peps/pep-%04d" $(cat)`</string>
12 <key>fallbackInput</key>
13 <string>word</string>
14 <key>input</key>
15 <string>selection</string>
16 <key>name</key>
17 <string>Open PEP</string>
18 <key>output</key>
19 <string>discard</string>
20 <key>uuid</key>
21 <string>EDBB037F-AAE3-4512-863F-D9AA82C9E51E</string>
22</dict>
23</plist>
Note: See TracBrowser for help on using the repository browser.