From caf6f6ff7ef336f821b0fef2f4493aa6650e967d Mon Sep 17 00:00:00 2001 From: Dmitry Matveyev Date: Sun, 4 Jun 2023 09:49:52 +0600 Subject: [PATCH] hare.kak: change back the command Previously was changed in https://github.com/mawww/kakoune/pull/4785 Probably some race condition that right now works with a big letter P? --- rc/filetype/hare.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/filetype/hare.kak b/rc/filetype/hare.kak index 25bd7476..aebb733d 100644 --- a/rc/filetype/hare.kak +++ b/rc/filetype/hare.kak @@ -118,7 +118,7 @@ provide-module hare %ยง execute-keys -save-regs '' k x s ^\h*\K//\h* y try %{ # paste the comment prefix - execute-keys x j x s ^\h* p + execute-keys x j x s ^\h* P } } } try %{