diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2024-06-04 06:07:20 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-04 06:07:20 +0800 |
| commit | e20c5fba2c77b7e7ea93363abc987d913e5f9f58 (patch) | |
| tree | f7ae4d4ce58e2ae5935f4d42266f3da1fccf848d /test/old/testdir/test_syntax.vim | |
| parent | 5aa9906676f3ad040b0ccb75eb5fd560def1e0ec (diff) | |
| download | rneovim-e20c5fba2c77b7e7ea93363abc987d913e5f9f58.tar.gz rneovim-e20c5fba2c77b7e7ea93363abc987d913e5f9f58.tar.bz2 rneovim-e20c5fba2c77b7e7ea93363abc987d913e5f9f58.zip | |
vim-patch:partial:8.2.3637: typos in test files (#29172)
Problem: Typos in test files.
Solution: Correct the typos. (Dominique Pellé, closes vim/vim#9175)
https://github.com/vim/vim/commit/923dce2b07ff185c0ef661f3eca47bc17655f01b
Co-authored-by: Dominique Pelle <dominique.pelle@gmail.com>
Diffstat (limited to 'test/old/testdir/test_syntax.vim')
| -rw-r--r-- | test/old/testdir/test_syntax.vim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/old/testdir/test_syntax.vim b/test/old/testdir/test_syntax.vim index 35523df17d..8a24c4ae27 100644 --- a/test/old/testdir/test_syntax.vim +++ b/test/old/testdir/test_syntax.vim @@ -549,8 +549,7 @@ endfunc func Test_bg_detection() CheckNotGui - " auto-detection of &bg, make sure sure it isn't set anywhere before - " this test + " auto-detection of &bg, make sure it isn't set anywhere before this test hi Normal ctermbg=0 call assert_equal('dark', &bg) hi Normal ctermbg=4 |