From d6cb5c367e8f27c68b8a5613455a8308b0349917 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 8 Jan 2026 14:51:05 +0530 Subject: [PATCH] Remove warning about multiple cursors protocol being under discussion It is no longer under discussion --- docs/multiple-cursors-protocol.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/multiple-cursors-protocol.rst b/docs/multiple-cursors-protocol.rst index 59a7984ee..2a82283a1 100644 --- a/docs/multiple-cursors-protocol.rst +++ b/docs/multiple-cursors-protocol.rst @@ -3,10 +3,6 @@ The multiple cursors protocol .. versionadded:: 0.43.0 -.. warning:: - This protocol is under public discussion in :iss:`8927`. It is subject to - change until that discussion is completed. - Many editors support something called *multiple cursors* in which you can make the same changes at multiple locations in a file and the editor shows you cursors at each of the locations. In a terminal context editors typically