summaryrefslogtreecommitdiff
path: root/src/ex_cmdidxs.h
AgeCommit message (Collapse)Author
2017-07-07patch 8.0.0693: no terminal emulator supportBram Moolenaar
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.
2017-04-20patch 8.0.0572: building the command table requires PerlBram Moolenaar
Problem: Building the command table requires Perl. Solution: Use a Vim script solution. (Dominique Pelle, closes #1641)