-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Description
I noticed that gvim was scrolling horrendously slowly after archlinux switched from gtk2 to gtk3 for gvim. Changing the build back to gtk2 solves the problem.
To reproduce: Open a file with many hundred lines in gvim and quickly scroll up and down using the mouse. It seems fine for small windows, but maximizing gvim on a WQHD (2560x1440) screen leads to many seconds of lag between when my finger stops scrolling and when gvim finishes moving. It is most painful with the mouse, but just holding j or k is also noticably slower once it has to start scrolling rather than just moving the cursor.
Original arch bug report: https://bugs.archlinux.org/task/51366
Arch build options for gvim: https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/vim&id=2581bd2cfd91294e60f979f18b41256814724789#n69
Arch extra patches (for completeness, but I don't think they matter): https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/vim