0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

updated for version 7.1a

This commit is contained in:
Bram Moolenaar
2007-05-06 12:28:24 +00:00
parent 8bc7847e20
commit b5dd424dc3
2 changed files with 5 additions and 1 deletions

View File

@@ -71,6 +71,10 @@
# define ALWAYS_USE_GUI
#endif
/*
* 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)
# define USE_ON_FLY_SCROLL
#endif