summaryrefslogtreecommitdiff
path: root/rc/filetype/php.kak
diff options
context:
space:
mode:
authorJohn Isom <John.Isom2001@gmail.com>2020-07-28 20:49:42 -0600
committerJohn Isom <John.Isom2001@gmail.com>2020-07-28 20:49:42 -0600
commita5a3ce9e1bd264088c2afd99d3acfb3e031ead38 (patch)
tree279dc7965135af32571d06e255dfb6bb23fa9929 /rc/filetype/php.kak
parentb87b1bd32d5ea65dccc5bf22149e394ef84cf31a (diff)
Fix already-existing error in php.kak
Diffstat (limited to 'rc/filetype/php.kak')
-rw-r--r--rc/filetype/php.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/filetype/php.kak b/rc/filetype/php.kak
index 3c922e78..075b0eb8 100644
--- a/rc/filetype/php.kak
+++ b/rc/filetype/php.kak
@@ -77,7 +77,7 @@ define-command -hidden php-trim-indent %{
define-command -hidden php-indent-on-char %<
evaluate-commands -draft -itersel %<
# align closer token to its opener when alone on a line
- try %/ execute-keys -draft <a-h> <a-k> ^\h+[]}]$ <ret> m s \A|.\z <ret> 1<a-&> /
+ try %/ execute-keys -draft <a-h> <a-k> ^\h+[\]}]$ <ret> m s \A|.\z <ret> 1<a-&> /
>
>