From dabfaaa61dbd3d7c44fa1ed27759108c689f2f88 Mon Sep 17 00:00:00 2001 From: DogLooksGood Date: Sun, 11 Feb 2024 00:36:41 +0800 Subject: [PATCH] Fix meow-back-symbol that always reverse the direction --- meow-command.el | 1 - 1 file changed, 1 deletion(-) diff --git a/meow-command.el b/meow-command.el index 9f59960..ec56b82 100644 --- a/meow-command.el +++ b/meow-command.el @@ -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)))