From 65ef1ce518e589a1d0bd4d1f2930106ac598645e Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 24 Jun 2024 00:24:50 -0400 Subject: [PATCH] Fix documentation for scrollview_mouse_secondary --- doc/scrollview.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scrollview.txt b/doc/scrollview.txt index 73a79b3..1576eea 100644 --- a/doc/scrollview.txt +++ b/doc/scrollview.txt @@ -252,7 +252,7 @@ scrollview_mouse_primary *scrollview_mouse_primary* scrollview_mouse_secondary *scrollview_mouse_secondary* |String| specifying the button for secondary mouse operations (clicking signs for additional information). - See |scrollview_mouse_secondary| for the possible values, + See |scrollview_mouse_primary| for the possible values, including how `'c-'`, `'m-'`, `'!'`, and `v:null` can be utilized. Defaults to `'right'`. Considered only when the plugin is loaded.