diff options
author | Dongdong Zhou <dzhou121@gmail.com> | 2017-06-26 15:27:49 +0100 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2017-10-26 09:35:13 +0200 |
commit | fb389a6b4b1e6fedb559dc2e5845dd138e8ff264 (patch) | |
tree | 0b42281f09b38cdb952677761622d76f7e7a4cd7 /src/nvim/api/ui_events.in.h | |
parent | 461ae698242458bffbf5fb68de89fe8b2a3defd2 (diff) | |
download | rneovim-fb389a6b4b1e6fedb559dc2e5845dd138e8ff264.tar.gz rneovim-fb389a6b4b1e6fedb559dc2e5845dd138e8ff264.tar.bz2 rneovim-fb389a6b4b1e6fedb559dc2e5845dd138e8ff264.zip |
ext_cmdline: added indent
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 5602dc6df3..700d99dc6b 100644 --- a/src/nvim/api/ui_events.in.h +++ b/src/nvim/api/ui_events.in.h @@ -67,7 +67,7 @@ void popupmenu_select(Integer selected) FUNC_API_SINCE(3) FUNC_API_REMOTE_ONLY; void tabline_update(Tabpage current, Array tabs) FUNC_API_SINCE(3) FUNC_API_REMOTE_ONLY; -void cmdline_show(Array content, Integer pos, String firstc, String prompt, Integer level) +void cmdline_show(Array content, Integer pos, String firstc, String prompt, Integer indent, Integer level) FUNC_API_SINCE(3) FUNC_API_REMOTE_ONLY; void cmdline_pos(Integer pos, Integer level) FUNC_API_SINCE(3) FUNC_API_REMOTE_ONLY; |