Skip to content

Commit

Permalink
CI: Display packagepath
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHermitte committed Aug 24, 2024
1 parent d4ab030 commit e7b178a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def runtime(script)
vim_brackets_path = File.expand_path('../../../lh-brackets', __FILE__)
vim.prepend_runtimepath(vim_brackets_path)
pp vim.echo('"RTP -> " . &rtp')
pp vim.echo('"packages -> " . &pp')
pp vim.echo('execute("scriptnames")')
vim.command('runtime plugin/misc_map.vim') # Inoreab
vim.command('runtime plugin/common_brackets.vim') # Brackets
Expand Down

0 comments on commit e7b178a

Please sign in to comment.