patch 8.0.0693: no terminal emulator support
Problem: No terminal emulator support. Cannot properly run commands in the
GUI. Cannot run a job interactively with an ssh connection.
Solution: Very early implementation of the :terminal command. Includes
libvterm converted to ANSI C. Many parts still missing.
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index bdd152d..6ff578e 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -488,6 +488,9 @@
#ifndef FEAT_PROFILE
# define ex_profile ex_ni
#endif
+#ifndef FEAT_TERMINAL
+# define ex_terminal ex_ni
+#endif
/*
* Declare cmdnames[].