Ensure that the right vocabs are available for textmate See and Help commands
parent
b42d144336
commit
d73d8820c1
|
@ -11,7 +11,7 @@ require "#{ENV["TM_BUNDLE_SUPPORT"]}/lib/tm_factor"
|
||||||
|
|
||||||
doc = STDIN.read
|
doc = STDIN.read
|
||||||
word = line_current_word(ENV["TM_CURRENT_LINE"], ENV["TM_LINE_INDEX"].to_i)
|
word = line_current_word(ENV["TM_CURRENT_LINE"], ENV["TM_LINE_INDEX"].to_i)
|
||||||
factor_run(%Q(#{doc_using_statements(doc)} \\ #{word} help))</string>
|
factor_run(%Q(#{doc_using_statements(doc)} USE: help\n \\ #{word} help))</string>
|
||||||
<key>fallbackInput</key>
|
<key>fallbackInput</key>
|
||||||
<string>word</string>
|
<string>word</string>
|
||||||
<key>input</key>
|
<key>input</key>
|
||||||
|
|
|
@ -11,7 +11,7 @@ require "#{ENV["TM_BUNDLE_SUPPORT"]}/lib/tm_factor"
|
||||||
|
|
||||||
doc = STDIN.read
|
doc = STDIN.read
|
||||||
word = line_current_word(ENV["TM_CURRENT_LINE"], ENV["TM_LINE_INDEX"].to_i)
|
word = line_current_word(ENV["TM_CURRENT_LINE"], ENV["TM_LINE_INDEX"].to_i)
|
||||||
puts factor_eval(%Q(#{doc_using_statements(doc)} \\ #{word} see))</string>
|
puts factor_eval(%Q(#{doc_using_statements(doc)} USE: prettyprint\n \\ #{word} see))</string>
|
||||||
<key>fallbackInput</key>
|
<key>fallbackInput</key>
|
||||||
<string>word</string>
|
<string>word</string>
|
||||||
<key>input</key>
|
<key>input</key>
|
||||||
|
|
Loading…
Reference in New Issue