From a91e705dfd9b7358bf24e02312dfb06ab3e6848d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 12 Jun 2017 18:26:59 +0200 Subject: view: rename view_cursors_count --- view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view.c') diff --git a/view.c b/view.c index 7762fa1..938e75d 100644 --- a/view.c +++ b/view.c @@ -937,7 +937,7 @@ Cursor *view_selections_new_force(View *view, size_t pos) { return cursors_new(view, pos, true); } -int view_cursors_count(View *view) { +int view_selections_count(View *view) { return view->cursor_count; } -- cgit v1.2.3