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 Aug 1, 2021
1 parent 57fe767 commit 30f5670
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 30f5670

Please sign in to comment.