aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/terminal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/terminal.c')
-rw-r--r--src/nvim/terminal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/terminal.c b/src/nvim/terminal.c
index 7242abaa45..7e5664230e 100644
--- a/src/nvim/terminal.c
+++ b/src/nvim/terminal.c
@@ -383,6 +383,7 @@ void terminal_enter(bool process_deferred)
if (got_bs) {
goto end;
}
+ // FALLTHROUGH
default:
if (c == Ctrl_BSL && !got_bs) {