comparison src/version.c @ 27901:dd7d94b911fa v8.2.4476

patch 8.2.4476: operator name spelled wrong Commit: https://github.com/vim/vim/commit/e41c1dd8890d3f701253255993f4e9af2d12225c Author: =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> Date: Sat Feb 26 11:46:13 2022 +0000 patch 8.2.4476: operator name spelled wrong Problem: Operator name spelled wrong. Solution: Change trinary to ternary. (Goc Dundar, closes https://github.com/vim/vim/issues/9850)
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Feb 2022 13:00:04 +0100
parents 5426a1d3f12d
children 7422add1afd1
comparison
equal deleted inserted replaced
27900:b39a350da22f 27901:dd7d94b911fa
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 4476,
757 /**/ 759 /**/
758 4475, 760 4475,
759 /**/ 761 /**/
760 4474, 762 4474,
761 /**/ 763 /**/