comparison src/testdir/runtest.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 6a0f603c52a9
children 8088fa133b93
comparison
equal deleted inserted replaced
26210:2121bcd70ce6 26211:485c7c4afeb7
143 let s:t_bold = &t_md 143 let s:t_bold = &t_md
144 let s:t_normal = &t_me 144 let s:t_normal = &t_me
145 endif 145 endif
146 146
147 if has('mac') 147 if has('mac')
148 " In MacOS, when starting a shell in a terminal, a bash deprecation warning 148 " In macOS, when starting a shell in a terminal, a bash deprecation warning
149 " message is displayed. This breaks the terminal test. Disable the warning 149 " message is displayed. This breaks the terminal test. Disable the warning
150 " message. 150 " message.
151 let $BASH_SILENCE_DEPRECATION_WARNING = 1 151 let $BASH_SILENCE_DEPRECATION_WARNING = 1
152 endif 152 endif
153 153