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 28.0.50 (build 21, x86_64-pc-linux-gnu, cairo version 1.14.8) of 2020-07-18
Operating System: Red Hat Enterprise Linux Workstation release 7.6 (Maipo)
Evil version: Evil version evil-git-2bc6ca3
Evil installation type: manual
Graphical/Terminal: X
Tested in a make emacs session (see CONTRIBUTING.md): Yes
Reproduction steps
Start Emacs using make emacs.
Install and activate go-mode.
Load go-mode (M-x(require 'go-mode)Enter)
Edit a Go file (:e hello.goEnter).
Enter some Go code with a function definition and a call to that function:
Issue type
Environment
Emacs version: GNU Emacs 28.0.50 (build 21, x86_64-pc-linux-gnu, cairo version 1.14.8) of 2020-07-18
Operating System: Red Hat Enterprise Linux Workstation release 7.6 (Maipo)
Evil version: Evil version evil-git-2bc6ca3
Evil installation type: manual
Graphical/Terminal: X
Tested in a
make emacs
session (see CONTRIBUTING.md): YesReproduction steps
make emacs
.(require 'go-mode)
Enter)e hello.go
Enter).godef-jump
) to jump to the definition.evil-jump-backward
) to jump back to the function call.Expected behavior
C-c C-j jumps to the definition of "foo", and C-o should jump back to the function call.
Actual behavior
C-c C-j jumps to the definition of "foo", and C-o does nothing.
Further notes
Evil Collection binds g d to
godef-jump
in go-mode.The text was updated successfully, but these errors were encountered: