mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 12:08:33 +00:00
coverity/108870: Missing break in switch
This commit is contained in:
@@ -383,6 +383,7 @@ void terminal_enter(bool process_deferred)
|
|||||||
if (got_bs) {
|
if (got_bs) {
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
// FALLTHROUGH
|
||||||
|
|
||||||
default:
|
default:
|
||||||
if (c == Ctrl_BSL && !got_bs) {
|
if (c == Ctrl_BSL && !got_bs) {
|
||||||
|
Reference in New Issue
Block a user