File tree 2 files changed +4
-2
lines changed
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."
462
462
(should (string= (lispy-with " (list\n (foo)\n |\" bar\" )" " \C -?" )
463
463
" (list\n (foo) |\" bar\" )" ))
464
464
(should (string= (lispy-with " |(foo)" " \C -?" )
465
- " |(foo)" )))
465
+ " |(foo)" ))
466
+ (should (string= (lispy-with " (foo (bar) |)" " \C -?" )
467
+ " (foo (bar)|)" )))
466
468
467
469
(ert-deftest lispy-pair ()
468
470
(should (string= (lispy-with " \" \\\\ |\" " " (" )
Original file line number Diff line number Diff line change @@ -864,7 +864,7 @@ Otherwise (`backward-delete-char-untabify' ARG)."
864
864
(looking-at " *$" ))
865
865
(backward-delete-char-untabify arg))
866
866
867
- ((looking-back ( concat lispy-right " ? " ) )
867
+ ((looking-back lispy-right)
868
868
(let ((pt (point )))
869
869
(lispy-backward arg)
870
870
(skip-chars-backward " `',@# \t " )
You can’t perform that action at this time.
0 commit comments