Fix typo in comment from 9dd292d100

This commit is contained in:
John Isom 2020-07-27 20:58:25 -06:00
parent 01712e7f3c
commit fd3716a12b

View File

@ -61,7 +61,7 @@ define-command -hidden json-indent-on-new-line %<
try %{ execute-keys -draft k : json-trim-indent <ret> }
# indent after lines ending with opener token
try %< execute-keys -draft k <a-x> <a-k> [[{]\h*$ <ret> j <a-gt> >
# deindent opener token(s) when after cursor
# deindent closer token(s) when after cursor
try %< execute-keys -draft <a-x> <a-k>^\h*[}\]]+\h*$<ret> hm <a-S> 1<a-&> >
>
>