Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 635 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 635 Bytes

company-cmd - company backend for cmd/batch

Author: Noah Peart
URL: https://github.com/nverno/company-cmd

Simple company-mode completion backend for windows batch/dos scripting modes. Offers completion for 80-90 basic commands returned by 'help'.

Usage

Add to a suitable location on the load-path and either require or autoload company-cmd.

See: cmd-mode for combining with completion-at-point (not provided in base bat-mode).


Converted from company-cmd.el by el2markdown.