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
E.g., if point is at the start of my_snake_variable, M-f results in point at the end of my, but M-f M-f does not result in point at the end of my_snake. Instead, it jumps to the end of the whole name. Also, M-b always goes to the start of the whole name.
go-mode
does not respect subwords in snake case.E.g., if point is at the start of
my_snake_variable
,M-f
results in point at the end ofmy
, butM-f M-f
does not result in point at the end ofmy_snake
. Instead, it jumps to the end of the whole name. Also,M-b
always goes to the start of the whole name.I suspect it's related to:
https://github.com/dominikh/go-mode.el/blame/166dfb1e090233c4609a50c2ec9f57f113c1da72/go-mode.el#L403-L404
The text was updated successfully, but these errors were encountered: