diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/msgpack_rpc.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/msgpack_rpc.txt b/runtime/doc/msgpack_rpc.txt index da9b2360e3..261e68cfb1 100644 --- a/runtime/doc/msgpack_rpc.txt +++ b/runtime/doc/msgpack_rpc.txt @@ -440,9 +440,10 @@ states might be represented as separate modes. *ui-ext-tabline* ["tabline_update", curtab, tabs] - Nvim will send this event when drawing tabline. curtab is the tab id - of the current tab. tabs is an array of the form: - [tabid, { "name": name }] + Tabline was updated. UIs should present this data in a custom tabline + widget. + curtab: Current Tabpage + tabs: List of Dicts [{ "tab": Tabpage, "name": String }, ...] ============================================================================== vim:tw=78:ts=8:noet:ft=help:norl: |