neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit b32b5b2711ed338f4944c983a247f80c3163f87c
parent 5e1ff4302f2b167d4f73c50c47f7ace97f442eca
Author: Gregory Anders <8965202+gpanders@users.noreply.github.com>
Date:   Thu, 30 Nov 2023 16:17:38 -0600

fix: use BEL to terminate OSC 11 request (#26335)


Diffstat:
Mruntime/lua/vim/_defaults.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/lua/vim/_defaults.lua b/runtime/lua/vim/_defaults.lua @@ -297,7 +297,7 @@ do end, }) - io.stdout:write('\027]11;?\027\\') + io.stdout:write('\027]11;?\007') timer:start(1000, 0, function() -- No response received. Delete the autocommand