comparison src/testdir/test_syntax.vim @ 26211:485c7c4afeb7 v8.2.3637

patch 8.2.3637: typos in test files Commit: https://github.com/vim/vim/commit/923dce2b07ff185c0ef661f3eca47bc17655f01b Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sun Nov 21 11:36:04 2021 +0000 patch 8.2.3637: typos in test files Problem: Typos in test files. Solution: Correct the typos. (Dominique Pell?, closes https://github.com/vim/vim/issues/9175)
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Nov 2021 12:45:04 +0100
parents acd9220bdd0b
children c4055c13fbe9
comparison
equal deleted inserted replaced
26210:2121bcd70ce6 26211:485c7c4afeb7
500 endfunc 500 endfunc
501 501
502 func Test_bg_detection() 502 func Test_bg_detection()
503 CheckNotGui 503 CheckNotGui
504 504
505 " auto-detection of &bg, make sure sure it isn't set anywhere before 505 " auto-detection of &bg, make sure it isn't set anywhere before this test
506 " this test
507 hi Normal ctermbg=0 506 hi Normal ctermbg=0
508 call assert_equal('dark', &bg) 507 call assert_equal('dark', &bg)
509 hi Normal ctermbg=4 508 hi Normal ctermbg=4
510 call assert_equal('dark', &bg) 509 call assert_equal('dark', &bg)
511 hi Normal ctermbg=12 510 hi Normal ctermbg=12