]> granicus.if.org Git - vim/commit
patch 9.0.0657: too many #ifdefs v9.0.0657
authorMartin Tournoij <martin@arp242.net>
Tue, 4 Oct 2022 15:28:45 +0000 (16:28 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 4 Oct 2022 15:28:45 +0000 (16:28 +0100)
commit7904fa420eb577274c4c3711295240100167d495
treea38ab30cb4c947c2ebba45cd7ed711ffd2e719a7
parent4ba5f1dab656103e8f4a4505452d1816b9e83c1e
patch 9.0.0657: too many #ifdefs

Problem:    Too many #ifdefs.
Solution:   Graduate the +cmdwin feature.  Now the tiny and small builds are
            equal, drop the small build.  (Martin Tournoij, closes #11268)
46 files changed:
.appveyor.yml
runtime/doc/cmdline.txt
runtime/doc/various.txt
src/INSTALLvms.txt
src/Make_ami.mak
src/Make_cyg_ming.mak
src/Make_mvc.mak
src/Make_vms.mms
src/Makefile
src/arglist.c
src/auto/configure
src/config.h.in
src/configure.ac
src/drawline.c
src/drawscreen.c
src/edit.c
src/errors.h
src/evalfunc.c
src/evalwindow.c
src/ex_cmds.c
src/ex_docmd.c
src/ex_getln.c
src/feature.h
src/getchar.c
src/globals.h
src/gui.c
src/gui_gtk_x11.c
src/gui_motif.c
src/gui_w32.c
src/if_mzsch.c
src/insexpand.c
src/main.c
src/map.c
src/mouse.c
src/move.c
src/normal.c
src/option.c
src/option.h
src/optiondefs.h
src/optionstr.c
src/terminal.c
src/testdir/Make_all.mak
src/textformat.c
src/version.c
src/vim.h
src/window.c