X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/7e2f5ac3af42b33d162fb6831d26a23b54338eb2..ef1c1d0655423021f60d85baa4d4cb36f862b01e:/spec/indent/indent_spec.rb?ds=sidebyside diff --git a/spec/indent/indent_spec.rb b/spec/indent/indent_spec.rb index 79d7f84..871101c 100644 --- a/spec/indent/indent_spec.rb +++ b/spec/indent/indent_spec.rb @@ -515,7 +515,7 @@ shared_examples_for "multiline strings" do end SUITE_SHIFTWIDTHS = [4, 3] -SUITE_HANG_CLOSINGS = [nil, false, true] +SUITE_HANG_CLOSINGS = [false, true] SUITE_SHIFTWIDTHS.each do |sw| describe "vim when using width of #{sw}" do