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?
This commit is contained in:
Dmitry Matveyev 2023-06-04 09:49:52 +06:00
parent 7f950bc4a9
commit caf6f6ff7e

View File

@ -118,7 +118,7 @@ provide-module hare %§
execute-keys -save-regs '' k x s ^\h*\K//\h* <ret> y
try %{
# paste the comment prefix
execute-keys x j x s ^\h* <ret>p
execute-keys x j x s ^\h* <ret>P
}
} }
try %{