patch 8.2.0113: "make cmdidxs" fails
Problem: "make cmdidxs" fails.
Solution: Allow address for ":cquit". Add --not-a-term to avoid a delay.
diff --git a/src/Makefile b/src/Makefile
index 1c70940..08a3277 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2064,7 +2064,7 @@
# If this fails because you don't have Vim yet, first build and install Vim
# without changes.
cmdidxs: ex_cmds.h
- vim --clean -X -u create_cmdidxs.vim
+ vim --clean -X --not-a-term -u create_cmdidxs.vim
# The normal command to compile a .c file to its .o file.