You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/kakoune/files/kakoune-2021.08.28-php-file...

14 lines
738 B

diff --git a/rc/filetype/php.kak b/rc/filetype/php.kak
index be03de9e..97bdbfe3 100644
--- a/rc/filetype/php.kak
+++ b/rc/filetype/php.kak
@@ -85,7 +85,7 @@ define-command -hidden php-indent-on-char %<
define-command -hidden php-insert-on-new-line %<
evaluate-commands -draft -itersel %<
# copy // comments or docblock * prefix and following white spaces
- try %{ execute-keys -draft s [^/] <ret> k <a-x> s ^\h*\K(?://|[*][^/])\h* <ret> y gh j P
+ try %{ execute-keys -draft s [^/] <ret> k <a-x> s ^\h*\K(?://|[*][^/])\h* <ret> y gh j P }
# append " * " on lines starting a multiline /** or /* comment
try %{ execute-keys -draft k <a-x> s ^\h*/[*][* ]? <ret> j gi i <space>*<space> }
>