We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81fef5 commit dabfaaaCopy full SHA for dabfaaa
meow-command.el
@@ -891,7 +891,6 @@ This command works similar to `meow-next-symbol'."
891
(interactive "p")
892
(unless (equal 'word (cdr (meow--selection-type)))
893
(meow--cancel-selection))
894
- (meow--direction-backward)
895
(let* ((expand (equal '(expand . word) (meow--selection-type)))
896
(_ (when expand (meow--direction-backward)))
897
(type (if expand '(expand . word) '(select . word)))
0 commit comments