mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 18:06:29 +10: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