sponsor Vim development Vim logo Vim Book Ad

jbi.vim : Vim syntax and filetype plugin for Motoman INFORM III

 script karma  Rating 4/1, Downloaded by 989  Comments, bugs, improvements  Vim wiki

created by
Matthijs Kool
 
script type
syntax
 
description
Vim syntax and filetype plugin for Motoman INFORM III

See also https://github.com/matthijsk/motoman-inform-vim-syntax
 
install details
#### Installation with vim-plug:

Put this in your .vimrc:

```vim
call plug#begin('~/.vim/plugged')
  Plug 'matthijsk/motoman-inform-vim-syntax'
call plug#end()
```

For the first installation run:

    :PlugInstall

Update every once in a while with:

    :PlugUpdate

#### Manual installation

Extract and copy the folders
`/ftdetect`, `/ftplugin` and `/syntax`
into your
`~/.vim/` or `%USERPROFILE%\vimfiles\`
directory.
Overwrite jbi.vim files from older installation.

Put the following in your .vimrc:

```vim
syntax on
filetype plugin on
```
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
jbi.zip 2.0 2019-11-21 8.0 Matthijs Kool Updated version with many improvements by Patrick Meiser-Knosowski. Tested with vim 8.1.1.
jbi.vim 1.0 2012-02-13 7.3 Matthijs Kool Initial upload
ip used for rating: 216.73.216.208

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github