mirror of
https://github.com/vim/vim.git
synced 2025-10-03 05:14:07 -04:00
patch 8.2.4476: operator name spelled wrong
Problem: Operator name spelled wrong. Solution: Change trinary to ternary. (Goc Dundar, closes #9850)
This commit is contained in:
committed by
Bram Moolenaar
parent
4df5b33f20
commit
e41c1dd889
@@ -7475,7 +7475,7 @@ func Test_typed_script_var()
|
||||
endfunc
|
||||
|
||||
" Test for issue6776 {{{1
|
||||
func Test_trinary_expression()
|
||||
func Test_ternary_expression()
|
||||
try
|
||||
call eval('0 ? 0')
|
||||
catch
|
||||
|
Reference in New Issue
Block a user