Skip to content

Commit dabfaaa

Browse files
author
DogLooksGood
committed
Fix meow-back-symbol that always reverse the direction
1 parent f81fef5 commit dabfaaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

meow-command.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,6 @@ This command works similar to `meow-next-symbol'."
891891
(interactive "p")
892892
(unless (equal 'word (cdr (meow--selection-type)))
893893
(meow--cancel-selection))
894-
(meow--direction-backward)
895894
(let* ((expand (equal '(expand . word) (meow--selection-type)))
896895
(_ (when expand (meow--direction-backward)))
897896
(type (if expand '(expand . word) '(select . word)))

0 commit comments

Comments
 (0)