Vim Tips Wiki
Advertisement

Use this page to discuss script 2029 4NT Mode

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Description[]

Updates both the file type and syntax plug-in for btm (Batch to Memory - 4NT, TakeCommand Script) file type Bundle. Includes simple user and omni completion.

Installation[]

Install from https://github.com/krischik/vim-btm using dein (https://github.com/Shougo/dein.vim) or similar:

call dein#begin('$HOME/vimfiles/bundles') call dein#add('krischik/vim-btm') call dein#end() call dein#install()

References[]

4NT Mode
Vim-Script https://www.vim.org/scripts/script.php?script_id=2029
Source https://github.com/krischik/vim-btm
Wiki https://github.com/krischik/vim-btm/wiki
Releases https://github.com/krischik/vim-btm/releases
Issues https://github.com/krischik/vim-btm/issues
Discussions https://github.com/krischik/vim-btm/discussions

Comments[]

Advertisement