There was an error while loading. Please reload this page.
1 parent 8ca41c1 commit 7880db4Copy full SHA for 7880db4
spec/spec_helper.rb
@@ -201,6 +201,7 @@ def self.new
201
VIM.add_plugin(File.expand_path('..', __dir__))
202
VIM.command('filetype off')
203
VIM.command('filetype plugin indent on')
204
+ VIM.command('autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o') # disable automatic comment continuation
205
VIM.normal(":set ignorecase<CR>") # make sure we test ignorecase
206
VIM
207
end
0 commit comments