diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-06-03 08:29:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-03 08:29:45 +0200 |
| commit | 402a797d08a5d943d28be1b795bb4d80f17887c7 (patch) | |
| tree | 47c2dc6e202a690274e43eda8bf4f01e7c0d4dd1 /src/nvim/api/ui_events.in.h | |
| parent | 39a03c0fe736629cf7804dbaf9b73df60aa237cd (diff) | |
| parent | b8331e1a1cc99129495e655bce171f583661edda (diff) | |
| download | rneovim-402a797d08a5d943d28be1b795bb4d80f17887c7.tar.gz rneovim-402a797d08a5d943d28be1b795bb4d80f17887c7.tar.bz2 rneovim-402a797d08a5d943d28be1b795bb4d80f17887c7.zip | |
Merge #8456 'API: nvim_list_uis: include channel id'
Diffstat (limited to 'src/nvim/api/ui_events.in.h')
| -rw-r--r-- | src/nvim/api/ui_events.in.h | 2 |
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 96d494460b..3ef16a7ac3 100644 --- a/src/nvim/api/ui_events.in.h +++ b/src/nvim/api/ui_events.in.h @@ -62,7 +62,7 @@ void set_title(String title) void set_icon(String icon) FUNC_API_SINCE(3); void option_set(String name, Object value) - FUNC_API_SINCE(4); + FUNC_API_SINCE(4) FUNC_API_BRIDGE_IMPL; void popupmenu_show(Array items, Integer selected, Integer row, Integer col) FUNC_API_SINCE(3) FUNC_API_REMOTE_ONLY; |