Skip to content

Commit

Permalink
Template: Add missing import
Browse files Browse the repository at this point in the history
Before this update the command “LaTeX Template” would report an error.
Thank you to David Rodriguez Elizalde (@stoicdavid) for reporting this
problem and suggesting the fix.

This commit fixes textmate#187.�
  • Loading branch information
sanssecours committed Sep 11, 2022
1 parent a57bbf0 commit 09a386e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Support/lib/Ruby/command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
require ENV['TM_SUPPORT_PATH'] + '/lib/exit_codes.rb'
require ENV['TM_SUPPORT_PATH'] + '/lib/ui.rb'
require ENV['TM_SUPPORT_PATH'] + '/lib/web_preview.rb'
require ENV['TM_SUPPORT_PATH'] + '/lib/osx/plist'
require ENV['TM_BUNDLE_SUPPORT'] + '/lib/Ruby/indent.rb'
require ENV['TM_BUNDLE_SUPPORT'] + '/lib/Ruby/latex.rb'

Expand Down

0 comments on commit 09a386e

Please sign in to comment.