aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2018-10-21 22:01:50 +0200
committerGitHub <noreply@github.com>2018-10-21 22:01:50 +0200
commit25bc65698860b8713ef83e32015c0fd43247ebb4 (patch)
tree2de469df030a6f971624f97d08701e1fabff9245 /src
parentf895b47d3f935b74ed982b06a73a7265cf06e960 (diff)
parentbcab880bb6df6f269728437204faa137e3a8ef3e (diff)
downloadrneovim-25bc65698860b8713ef83e32015c0fd43247ebb4.tar.gz
rneovim-25bc65698860b8713ef83e32015c0fd43247ebb4.tar.bz2
rneovim-25bc65698860b8713ef83e32015c0fd43247ebb4.zip
Merge pull request #9144 from bfredl/ui_event_compat
api/ui: verify compatibility of UI events
Diffstat (limited to 'src')
-rw-r--r--src/nvim/api/ui_events.in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/ui_events.in.h b/src/nvim/api/ui_events.in.h
index 9ddf788376..10331fd5c2 100644
--- a/src/nvim/api/ui_events.in.h
+++ b/src/nvim/api/ui_events.in.h
@@ -66,7 +66,7 @@ void scroll(Integer count)
// Second revison of the grid protocol, used with ext_linegrid ui option
void default_colors_set(Integer rgb_fg, Integer rgb_bg, Integer rgb_sp,
Integer cterm_fg, Integer cterm_bg)
- FUNC_API_SINCE(5) FUNC_API_REMOTE_IMPL;
+ FUNC_API_SINCE(4) FUNC_API_REMOTE_IMPL;
void hl_attr_define(Integer id, HlAttrs rgb_attrs, HlAttrs cterm_attrs,
Array info)
FUNC_API_SINCE(5) FUNC_API_REMOTE_IMPL FUNC_API_BRIDGE_IMPL;