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
In a normal go source file I use the gd command to go to the definition of a symbol. This works fine, but when I attempt to go back using Ctrl-O it takes me to other places that make no sense.
Expected behavior
gd + Ctrl-O should cancel out. This used to work, but I can't tell you how far back it used to work.
Actual behavior
In a normal go source file I use the
gd
command to go to the definition of a symbol. This works fine, but when I attempt to go back usingCtrl-O
it takes me to other places that make no sense.Expected behavior
gd
+Ctrl-O
should cancel out. This used to work, but I can't tell you how far back it used to work.Steps to reproduce:
Minimal vimrc (in neovim):
Minimal go source file to see the problem:
Printf
line with your cursor on theiso
variable.gd
to go to the definition of the constant.Ctrl-O
and the cursor returns to the first line of the file.Configuration
Add here your current configuration and additional information that might be
useful, such as:
NVIM 0.1.6-dev
(ubuntu 16.04 + neovim PPA)63bdcdf65b10a2080d2a534879177bc254e2761e
1.7
The text was updated successfully, but these errors were encountered: