comparison src/typval.c @ 23553:5c094273c015 v8.2.2319

patch 8.2.2319: "exptype_T" can be read as "expected type" Commit: https://github.com/vim/vim/commit/657137ca487c60d63989236115115161def270a5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 9 15:45:23 2021 +0100 patch 8.2.2319: "exptype_T" can be read as "expected type" Problem: "exptype_T" can be read as "expected type". Solution: Rename to "exprtype_T", expression type.
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Jan 2021 16:00:04 +0100
parents cb66613dd9d5
children 0f7bb6f706f0
comparison
equal deleted inserted replaced
23552:4c3639333c84 23553:5c094273c015
647 */ 647 */
648 int 648 int
649 typval_compare( 649 typval_compare(
650 typval_T *typ1, // first operand 650 typval_T *typ1, // first operand
651 typval_T *typ2, // second operand 651 typval_T *typ2, // second operand
652 exptype_T type, // operator 652 exprtype_T type, // operator
653 int ic) // ignore case 653 int ic) // ignore case
654 { 654 {
655 int i; 655 int i;
656 varnumber_T n1, n2; 656 varnumber_T n1, n2;
657 char_u *s1, *s2; 657 char_u *s1, *s2;