From b1518d7d72421cae4b157943dd07e2030a918289 Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Sat, 25 Sep 2021 01:23:25 +0100 Subject: Project branch off --- src/ext-proxy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ext-proxy.c') diff --git a/src/ext-proxy.c b/src/ext-proxy.c index 84ab325..612f6e8 100644 --- a/src/ext-proxy.c +++ b/src/ext-proxy.c @@ -46,9 +46,9 @@ static void on_web_extension_page_created(GDBusConnection *connection, GVariant *parameters, gpointer data); /* TODO we need potentially multiple proxies. Because a single instance of - * vimb may hold multiple clients which may use more than one webprocess and + * neovimb may hold multiple clients which may use more than one webprocess and * therefore multiple webextension instances. */ -extern struct Vimb vb; +extern struct neovimb vb; static GDBusServer *dbusserver; -- cgit v1.2.3