File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -462,7 +462,9 @@ Insert KEY if there's no command."
462462 (should (string= (lispy-with " (list\n (foo)\n |\" bar\" )" " \C -?" )
463463 " (list\n (foo) |\" bar\" )" ))
464464 (should (string= (lispy-with " |(foo)" " \C -?" )
465- " |(foo)" )))
465+ " |(foo)" ))
466+ (should (string= (lispy-with " (foo (bar) |)" " \C -?" )
467+ " (foo (bar)|)" )))
466468
467469(ert-deftest lispy-pair ()
468470 (should (string= (lispy-with " \" \\\\ |\" " " (" )
Original file line number Diff line number Diff line change @@ -864,7 +864,7 @@ Otherwise (`backward-delete-char-untabify' ARG)."
864864 (looking-at " *$" ))
865865 (backward-delete-char-untabify arg))
866866
867- ((looking-back ( concat lispy-right " ? " ) )
867+ ((looking-back lispy-right)
868868 (let ((pt (point )))
869869 (lispy-backward arg)
870870 (skip-chars-backward " `',@# \t " )
You can’t perform that action at this time.
0 commit comments