You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emacs version: GNU Emacs 30.0.60 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.43, cairo version 1.18.0) of 2024-08-20
Operating System: Arch linux
Evil version: Evil version evil-git-5db0bdc
Graphical/Terminal: GUI
Tested in a make emacs session (see CONTRIBUTING.md): yes
move poitner to the start of the ';; ;; (evil-define-key 'normal org-mode-map (kbd "") 'mode-line-other-buffer)))' line
execute 'ci"'
Expected behavior
Remove everythinng inside the double quotes of the ';; ;; (evil-define-key 'normal org-mode-map (kbd "") 'mode-line-other-buffer)))' line and go into the insert mode.
Actual behavior
It does the 'ci"' action on the '(define-key org-mode-map (kbd "") nil)' line.
The text was updated successfully, but these errors were encountered:
Issue type
Environment
Emacs version: GNU Emacs 30.0.60 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.43, cairo version 1.18.0) of 2024-08-20
Operating System: Arch linux
Evil version: Evil version evil-git-5db0bdc
Graphical/Terminal: GUI
Tested in a
make emacs
session (see CONTRIBUTING.md): yesReproduction steps
Expected behavior
Remove everythinng inside the double quotes of the ';; ;; (evil-define-key 'normal org-mode-map (kbd "") 'mode-line-other-buffer)))' line and go into the insert mode.
Actual behavior
It does the 'ci"' action on the '(define-key org-mode-map (kbd "") nil)' line.
The text was updated successfully, but these errors were encountered: