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:
parent
7f950bc4a9
commit
caf6f6ff7e
|
@ -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 %{
|
||||
|
|
Loading…
Reference in New Issue
Block a user