aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/normal.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-05-13 07:51:01 -0400
committerGitHub <noreply@github.com>2017-05-13 07:51:01 -0400
commitac47f8a50691e6ce99c54712e5c984db8b1f079e (patch)
treef6863f960fe46983b5efb2a84db0bed6f8c80b75 /src/nvim/normal.c
parentae3d5e5ecc32f4ca6a29976880f225a716bad44b (diff)
parentf3a508b4a3c13cc755b355976c6e0f2fae7e1645 (diff)
downloadrneovim-ac47f8a50691e6ce99c54712e5c984db8b1f079e.tar.gz
rneovim-ac47f8a50691e6ce99c54712e5c984db8b1f079e.tar.bz2
rneovim-ac47f8a50691e6ce99c54712e5c984db8b1f079e.zip
Merge pull request #6514 from jamessan/gcc-7-fixes
Fix GCC 7 issues
Diffstat (limited to 'src/nvim/normal.c')
-rw-r--r--src/nvim/normal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/normal.c b/src/nvim/normal.c
index f73e3079b9..050020d79d 100644
--- a/src/nvim/normal.c
+++ b/src/nvim/normal.c
@@ -1861,6 +1861,7 @@ void do_pending_operator(cmdarg_T *cap, int old_col, bool gui_yank)
} else {
bangredo = true; // do_bang() will put cmd in redo buffer.
}
+ // fallthrough
case OP_INDENT:
case OP_COLON: