@@ -340,7 +340,7 @@ CClink = $(CC)
340340# When both GTK+ 2 and GTK+ 3 are possible then GTK+ 2 will be selected.
341341# To use GTK+ 3 instead use --enable-gui=gtk3 (see below).
342342# CONF_OPT_GUI = --disable-gtk2-check
343- # CONF_OPT_GUI = --enable-gnome2 -check
343+ # CONF_OPT_GUI = --enable-gnome -check
344344# CONF_OPT_GUI = --disable-gtk3-check
345345# CONF_OPT_GUI = --disable-motif-check
346346# CONF_OPT_GUI = --disable-athena-check
@@ -483,9 +483,12 @@ CClink = $(CC)
483483# CONF_OPT_CHANNEL = --disable-channel
484484
485485# TERMINAL - Terminal emulator support, :terminal command. Requires the
486- # channel feature.
487- # Uncomment this when you want terminal emulator support.
486+ # channel feature. The default is enable for when using "huge" features.
487+ # Uncomment the first line when you want terminal emulator support for
488+ # not-huge builds. Uncomment the second line when you don't want terminal
489+ # emulator support in the huge build.
488490# CONF_OPT_TERMINAL = --enable-terminal
491+ # CONF_OPT_TERMINAL = --disable-terminal
489492
490493# MULTIBYTE - To edit multi-byte characters.
491494# Uncomment this when you want to edit a multibyte language.
@@ -2117,13 +2120,12 @@ test1 \
21172120 test_listchars \
21182121 test_search_mbyte \
21192122 test_wordcount \
2120- test3 test11 test12 test14 test15 test17 test19 \
2121- test20 test25 test28 test29 \
2122- test30 test32 test36 test37 test38 test39 \
2123+ test3 test11 test12 test14 test15 test17 \
2124+ test29 test30 test36 test37 test39 \
21232125 test40 test42 test44 test45 test48 test49 \
21242126 test50 test52 test55 test59 \
2125- test64 test66 test68 test69 \
2126- test70 test72 test73 test77 test79 \
2127+ test64 test68 test69 \
2128+ test70 test72 test73 test77 \
21272129 test83 test85 test86 test87 test88 \
21282130 test94 test95 test99 test108:
21292131 cd testdir; rm -f
[email protected] ; $(MAKE) -f Makefile
[email protected] VIMPROG=../$(VIMTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)
@@ -2257,6 +2259,7 @@ test_arglist \
22572259 test_reltime \
22582260 test_retab \
22592261 test_ruby \
2262+ test_scroll_opt \
22602263 test_scrollbind \
22612264 test_search \
22622265 test_searchpos \
0 commit comments