comparison src/Make_mvc.mak @ 19106:38d18056e6e6 v8.2.0113

patch 8.2.0113: "make cmdidxs" fails Commit: https://github.com/vim/vim/commit/9b24dfcb9f676e7f7a09a9062f0d05b2104a87eb Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 12 15:46:08 2020 +0100 patch 8.2.0113: "make cmdidxs" fails Problem: "make cmdidxs" fails. Solution: Allow address for ":cquit". Add --not-a-term to avoid a delay.
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Jan 2020 16:00:03 +0100
parents 23df4b83fd31
children 352b74803d3e
comparison
equal deleted inserted replaced
19105:7024ec2417e7 19106:38d18056e6e6
1415 # Run vim script to generate the Ex command lookup table. 1415 # Run vim script to generate the Ex command lookup table.
1416 # This only needs to be run when a command name has been added or changed. 1416 # This only needs to be run when a command name has been added or changed.
1417 # If this fails because you don't have Vim yet, first build and install Vim 1417 # If this fails because you don't have Vim yet, first build and install Vim
1418 # without changes. 1418 # without changes.
1419 cmdidxs: ex_cmds.h 1419 cmdidxs: ex_cmds.h
1420 vim --clean -X -u create_cmdidxs.vim 1420 vim --clean -X --not-a-term -u create_cmdidxs.vim
1421 1421
1422 test: 1422 test:
1423 cd testdir 1423 cd testdir
1424 $(MAKE) /NOLOGO -f Make_dos.mak win32 1424 $(MAKE) /NOLOGO -f Make_dos.mak win32
1425 cd .. 1425 cd ..