Merge remote-tracking branch 'Screwtapello/support-rust-doc-comments'
This commit is contained in:
commit
a6d7906807
|
@ -42,7 +42,7 @@ define-command -hidden rust-filter-around-selections %{
|
|||
define-command -hidden rust-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 }
|
||||
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