mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.4487: Vim9: cannot compare with v:null
Problem: Vim9: cannot compare with v:null. Solution: Allow comparing anything with v:null. (closes #9866)
This commit is contained in:
@@ -134,6 +134,7 @@ typedef enum {
|
||||
// comparative operations; isn_arg.op.op_type is exprtype_T, op_ic used
|
||||
ISN_COMPAREBOOL,
|
||||
ISN_COMPARESPECIAL,
|
||||
ISN_COMPARENULL,
|
||||
ISN_COMPARENR,
|
||||
ISN_COMPAREFLOAT,
|
||||
ISN_COMPARESTRING,
|
||||
|
Reference in New Issue
Block a user