X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/502aea33111e33371315b4b5e93f4ba3452dbf80..b430740f94385419258e16fdf5f22dd20a5637e6:/spec/spec_helper.rb diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index b1e82a1..022f65b 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -14,6 +14,7 @@ Vimrunner::RSpec.configure do |config| # vim.add_plugin(plugin_path, 'indent/python.vim') vim.command "set rtp^=#{plugin_path}" + vim.command "runtime syntax/python.vim" vim.command "runtime indent/python.vim" vim