Skip to content

Conversation

janlazo
Copy link
Contributor

@janlazo janlazo commented Apr 10, 2021

No description provided.

@janlazo janlazo force-pushed the vim-8.2.0044 branch 2 times, most recently from 6f4b4b3 to 79c659b Compare April 11, 2021 17:14
@janlazo janlazo changed the title vim-patch:8.2.{44,45,69} vim-patch:8.2.{44,45,69,2319} Apr 11, 2021
janlazo added 4 commits April 11, 2021 16:34
Problem:    Expression type is used inconsistently.
Solution:   Add "ETYPE_IS" and "ETYPE_ISNOT" as separate enum values.  Rename
            "TYPE_" to "ETYPE_" to avoid confusion.
vim/vim@07a3db8
Problem:    Script test fails.
Solution:   For numbers "is" and "isnot" work like "==" and "!=".
vim/vim@ec57ec6
Problem:    ETYPE_ is used for two different enums.
Solution:   Rename one to use EXPR_.
vim/vim@8739607
Problem:    "exptype_T" can be read as "expected type".
Solution:   Rename to "exprtype_T", expression type.
vim/vim@657137c

Vim9 changes omitted.
@janlazo janlazo merged commit fd908de into neovim:master Apr 11, 2021
@janlazo janlazo deleted the vim-8.2.0044 branch April 11, 2021 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant