mirror of
https://github.com/neovim/neovim.git
synced 2026-07-19 23:51:38 +00:00
Merge pull request #2404 from Pyrohh/coverity-108870
[RFC] coverity/108870: Missing break in switch
This commit is contained in:
@@ -383,6 +383,7 @@ void terminal_enter(bool process_deferred)
|
||||
if (got_bs) {
|
||||
goto end;
|
||||
}
|
||||
// FALLTHROUGH
|
||||
|
||||
default:
|
||||
if (c == Ctrl_BSL && !got_bs) {
|
||||
|
||||
Reference in New Issue
Block a user