commit | e41c1dd8890d3f701253255993f4e9af2d12225c | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> | Sat Feb 26 11:46:13 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 26 11:46:13 2022 +0000 |
tree | f1494998cfabbd084e7e5bf063d1aa53eae37176 | |
parent | 4df5b33f206210fec2a0297aea27e7db8b5173c0 [diff] [blame] |
patch 8.2.4476: operator name spelled wrong Problem: Operator name spelled wrong. Solution: Change trinary to ternary. (Goc Dundar, closes #9850)
diff --git a/src/testdir/test_vimscript.vim b/src/testdir/test_vimscript.vim index 3cd42d0..f497498 100644 --- a/src/testdir/test_vimscript.vim +++ b/src/testdir/test_vimscript.vim
@@ -7475,7 +7475,7 @@ endfunc " Test for issue6776 {{{1 -func Test_trinary_expression() +func Test_ternary_expression() try call eval('0 ? 0') catch