Copy doc comment (///) prefix to new lines
This commit is contained in:
parent
2167374496
commit
6aab2f54dd
|
@ -80,8 +80,8 @@ define-command -hidden gluon-trim-indent %{
|
|||
|
||||
define-command -hidden gluon-indent-on-new-line %{
|
||||
evaluate-commands -draft -itersel %{
|
||||
# copy // comments prefix and following white spaces
|
||||
try %{ execute-keys -draft k <a-x> s ^\h*\K//\h* <ret> y gh j P }
|
||||
# copy // and /// comments prefix and following white spaces
|
||||
try %{ execute-keys -draft k <a-x> s ^\h*\K///?\h* <ret> y gh j P }
|
||||
# preserve previous line indent
|
||||
try %{ execute-keys -draft \; K <a-&> }
|
||||
# filter previous line
|
||||
|
|
Loading…
Reference in New Issue
Block a user