1995eaton / chromium-vim

Vim bindings for Google Chrome.
https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
MIT License
2.26k stars 325 forks source link

G doesn't go to bottom on the page for at least one site. #355

Closed RatanRSur closed 9 years ago

RatanRSur commented 9 years ago

Hi, this is the only page for which I've found this problem but G instead takes me to the top of the page exactly like gg. G works fine elsewhere as far as I can tell.

http://community.topcoder.com/stat?c=problem_statement&pm=12514

1995eaton commented 9 years ago

Seems to be working for me. What OS/Chrome version are you using and are you using the GitHub version of cVim or the Chrome Store version?

RatanRSur commented 9 years ago

OS X Yosemite and the Chrome store version.

1995eaton commented 9 years ago

I can confirm this issue in the Chrome store version. It seems that I fixed it when I re-implemented some of the scrolling code in f56ea74, however. I'll probably push a new version of cVim within a week, so that should fix this issue.

RatanRSur commented 9 years ago

Sounds good!

Love cVim btw, keep it up

RatanRSur commented 9 years ago

Fixed!