mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
replace fallthrough comment with macro
Follow-up of vim-patch:8.0.1215
This commit is contained in:
@@ -791,7 +791,7 @@ Dictionary channel_info(uint64_t id)
|
||||
|
||||
case kChannelStreamInternal:
|
||||
PUT(info, "internal", BOOLEAN_OBJ(true));
|
||||
// FALLTHROUGH
|
||||
FALLTHROUGH;
|
||||
|
||||
case kChannelStreamSocket:
|
||||
stream_desc = "socket";
|
||||
|
Reference in New Issue
Block a user