Add 'fall through' comments and fix actual bug
commitfce58626b1605981655090fcea06824f29aaa823
authorMatthew Brush <matt@geany.org>
Thu, 21 Dec 2017 01:18:03 +0000 (20 17:18 -0800)
committerMatthew Brush <matt@geany.org>
Thu, 21 Dec 2017 01:22:51 +0000 (20 17:22 -0800)
treead3b4b4eb6807a75a7552f5799e16443e886560f
parent1b5deea61208ab8eed5e8189ec823e5ee054f17d
Add 'fall through' comments and fix actual bug

To document when switch cases fall through intentionally, hiding the
warning by GCC at the same time.

Moved the break statement outside of the if conditional in keybindings.c
as I believe this was an actual bug found by GCC's warnings.
src/highlighting.c
src/keybindings.c
src/search.c
src/tools.c