mirror of
https://github.com/neovim/neovim.git
synced 2025-10-10 03:46:31 +00:00
eval: Remove v:none
To get v:none back just rever this commit. This will not make json*() functions compatible with Vim though.
This commit is contained in:
@@ -659,8 +659,7 @@ static Object vim_to_object_rec(typval_T *obj, PMap(ptr_t) *lookup)
|
||||
rv.data.boolean = (obj->vval.v_special == kSpecialVarTrue);
|
||||
break;
|
||||
}
|
||||
case kSpecialVarNull:
|
||||
case kSpecialVarNone: {
|
||||
case kSpecialVarNull: {
|
||||
rv.type = kObjectTypeNil;
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user