On Fri, Jul 7, 2017 at 5:54 PM, Bram Moolenaar <[email protected]> wrote: > > Patch 8.0.0693 > 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.
Did you forget to include the result of "make cmdidxs"? My vim installation is now in chicken-and-egg state: $ vim E943: Command table needs to be updated, run 'make cmdidxs' $ make cmdidxs vim -u NONE -i NONE -X -S create_cmdidxs.vim make: *** [cmdidxs] Error 1 $ vim -u NONE -i NONE -X -S create_cmdidxs.vim $ echo $? 1 nazri -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
