aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/search.c
diff options
context:
space:
mode:
authorJan Edmund Lazo <janedmundlazo@hotmail.com>2018-09-20 23:57:06 -0400
committerJan Edmund Lazo <janedmundlazo@hotmail.com>2018-09-21 00:05:06 -0400
commit300a7a4cf464c32c9dfca577c4434060ab9d6ad2 (patch)
treea29fc79f06ba82c9086304b4697ee0800422e1a4 /src/nvim/search.c
parent6a329b05484a546b5ca6ed87cf355ad6f6007b8e (diff)
downloadrneovim-300a7a4cf464c32c9dfca577c4434060ab9d6ad2.tar.gz
rneovim-300a7a4cf464c32c9dfca577c4434060ab9d6ad2.tar.bz2
rneovim-300a7a4cf464c32c9dfca577c4434060ab9d6ad2.zip
replace fallthrough comment with macro
Follow-up of vim-patch:8.0.1215
Diffstat (limited to 'src/nvim/search.c')
-rw-r--r--src/nvim/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/search.c b/src/nvim/search.c
index 7e06f96b87..f31ec7170b 100644
--- a/src/nvim/search.c
+++ b/src/nvim/search.c
@@ -2030,7 +2030,7 @@ pos_T *findmatchlimit(oparg_T *oap, int initc, int flags, int64_t maxtravel)
}
}
}
- /* FALLTHROUGH */
+ FALLTHROUGH;
default:
/*