Have the "Help for Word" command in the TextMate bundle use help-window rather than help

db4
Joe Groff 2008-01-24 22:06:36 -08:00
parent c5f0829b09
commit 3c50cab4c8
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ require "#{ENV["TM_BUNDLE_SUPPORT"]}/lib/tm_factor"
doc = STDIN.read
word = line_current_word(ENV["TM_CURRENT_LINE"], ENV["TM_LINE_INDEX"].to_i)
factor_run(%Q(#{doc_using_statements(doc)} USE: help\n \\ #{word} help))</string>
factor_run(%Q(#{doc_using_statements(doc)} USE: ui.tools.workspace\n \\ #{word} help-window))</string>
<key>fallbackInput</key>
<string>word</string>
<key>input</key>