Nazri Ramliy wrote: > 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
I carefully checked to include the new cmdidxs, but forgot the change that added the :terminal command... Patch on the way. -- hundred-and-one symptoms of being an internet addict: 118. You are on a first-name basis with your ISP's staff. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
