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/version.c b/src/version.c index 8842ecc..2fa8e72 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4476, +/**/ 4475, /**/ 4474,