Get rid of useless operations
This commit is contained in:
parent
fdebdbd6a7
commit
ea0a9b6e07
|
@ -7,7 +7,7 @@ def -hidden _autowrap-cut-selection %{
|
||||||
try %{
|
try %{
|
||||||
# remove the whitespaces
|
# remove the whitespaces
|
||||||
# then save the indentation of the original line and apply it to the new one
|
# then save the indentation of the original line and apply it to the new one
|
||||||
exec -draft c<ret><esc> K <a-s> \' <a-&>
|
exec -draft c<ret><esc> K <a-&>
|
||||||
# if there's text after the current line, merge the two
|
# if there's text after the current line, merge the two
|
||||||
exec xX <a-k>[^\n]\n[^\n]<ret> <a-j>
|
exec xX <a-k>[^\n]\n[^\n]<ret> <a-j>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user