Fix snippets keybindings not blocking handled events
commitd4a35947d31fa1c150d90e3fd1cc6b060baed9a3
authorColomban Wendling <ban@herbesfolles.org>
Mon, 9 Jan 2017 13:42:20 +0000 (9 14:42 +0100)
committerColomban Wendling <ban@herbesfolles.org>
Mon, 9 Jan 2017 13:42:20 +0000 (9 14:42 +0100)
treeccdef77ab71d2f32e3b10b2e2b6cf9d50da6317e
parent43b7982b2efe48c858e902a14cf33ef57d428ec9
Fix snippets keybindings not blocking handled events

Fix signature of the snippets keybindings callback, properly blocking
further propagation of handled events thus avoiding possibly activating
another action (like a builtin Scintilla keybinding).

Fixes #1354.
src/editor.c