mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +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