mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Fix scrolling bug
Scrolling now works e.g. after pressing 'f' in normal mode (previously the scrollbar moved, but the window content did not scroll).
This commit is contained in:
@@ -75,7 +75,8 @@
|
||||
* On some systems scrolling needs to be done right away instead of in the
|
||||
* main loop.
|
||||
*/
|
||||
#if defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_MAC) || defined(HAVE_GTK2)
|
||||
#if defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_MAC) || defined(HAVE_GTK2) \
|
||||
|| defined(FEAT_GUI_MACVIM)
|
||||
# define USE_ON_FLY_SCROLL
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user