From 30516367715aa1a88b7f64477a1aa851954c6379 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Mon, 4 Dec 2017 21:21:19 +0800 Subject: [PATCH] Fix doc for mouse support in tabline --- docs/documentation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/documentation.md b/docs/documentation.md index 131349493..0e334f4cd 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -533,6 +533,8 @@ Buffers will be listed on tabline if there is only one tab, each item contains t SpaceVim tabline also support mouse click, left mouse button will switch to buffer, middle button will delete the buffer. +**NOTE:** this feature is only supported in neovim with `has('tablineat')`. + | Key Binding | Description | | ---------------- | ------------------ | | `` | jump to the buffer |