X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/b0bb7f66733400fe8ac914fab8860aec8d38b915..a676d70769767c2b96d5e4f8581de9fdc531beeb:/spec/spec_helper.rb?ds=sidebyside

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