do not clear multiple selections when preserving previous line indent

This commit is contained in:
Alex Leferry 2 2016-02-03 09:27:46 +01:00
parent d4d19c2590
commit 85383e7083

View File

@ -60,7 +60,7 @@ def -hidden _coffee_filter_around_selections %{
def -hidden _coffee_indent_on_new_line %{ def -hidden _coffee_indent_on_new_line %{
eval -draft -itersel %{ eval -draft -itersel %{
# preserve previous line indent # preserve previous line indent
try %{ exec -draft <space> K <a-&> } try %{ exec -draft K <a-&> }
# filter previous line # filter previous line
try %{ exec -draft k : _coffee_filter_around_selections <ret> } try %{ exec -draft k : _coffee_filter_around_selections <ret> }
# copy '#' comment prefix and following white spaces # copy '#' comment prefix and following white spaces