Skip to content

Commit

Permalink
Fix meow-back-symbol that always reverse the direction
Browse files Browse the repository at this point in the history
  • Loading branch information
DogLooksGood committed Feb 10, 2024
1 parent f81fef5 commit dabfaaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meow-command.el
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,6 @@ This command works similar to `meow-next-symbol'."
(interactive "p")
(unless (equal 'word (cdr (meow--selection-type)))
(meow--cancel-selection))
(meow--direction-backward)
(let* ((expand (equal '(expand . word) (meow--selection-type)))
(_ (when expand (meow--direction-backward)))
(type (if expand '(expand . word) '(select . word)))
Expand Down

0 comments on commit dabfaaa

Please sign in to comment.