diff options
Diffstat (limited to 'src/nvim/window.c')
-rw-r--r-- | src/nvim/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/window.c b/src/nvim/window.c index b5da68063a..79a81e8c03 100644 --- a/src/nvim/window.c +++ b/src/nvim/window.c @@ -420,7 +420,7 @@ wingotofile: case 'i': /* Go to any match */ case Ctrl_I: type = FIND_ANY; - /* FALLTHROUGH */ + FALLTHROUGH; case 'd': /* Go to definition, using 'define' */ case Ctrl_D: CHECK_CMDWIN |