mirror of
https://github.com/neovim/neovim
synced 2025-07-16 17:21:49 +00:00
committed by
Justin M. Keyes
parent
fafd636267
commit
1bf90bf9d3
@ -1363,6 +1363,9 @@ Dictionary copy_dictionary(Dictionary dict)
|
||||
Object copy_object(Object obj)
|
||||
{
|
||||
switch (obj.type) {
|
||||
case kObjectTypeBuffer:
|
||||
case kObjectTypeTabpage:
|
||||
case kObjectTypeWindow:
|
||||
case kObjectTypeNil:
|
||||
case kObjectTypeBoolean:
|
||||
case kObjectTypeInteger:
|
||||
|
Reference in New Issue
Block a user