1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-21 01:37:44 +03:00

Merge branch 'fix/hare-comment-insert' of http://github.com/stacyharper/kakoune

This commit is contained in:
Maxime Coste 2023-03-13 21:38:01 +11:00
commit 86dc4130e1

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 %{