fix bug causing help to not open for empty file

This commit is contained in:
rob 2008-12-22 11:22:28 +00:00
parent d6b6b48f7e
commit e14ae88c72
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<string>nop</string>
<key>command</key>
<string>require_cmd sc3c
sc3c -d $TM_SELECTED_TEXT</string>
sc3c -d "${TM_SELECTED_TEXT:-\"\"}"</string>
<key>fallbackInput</key>
<string>word</string>
<key>input</key>