Menu

installation

Alex McLain

Installation

Prerequisites

This package is designed to modify the Windows version of gVim. gVim must be installed on your computer, and can be downloaded from:

http://www.vim.org/download.php

The SIMPL+ compiler, SPlusCC.exe, must be installed on your computer in order to compile SIMPL+ code. This executable is part of the SIMPL+ package in the Crestron Master Installer. This is proprietary software and requires a Crestron account to download.

Setup

Open Windows Explorer and locate your Vim installation. The default directory is

C:\Program Files (x86)\Vim\vim73

In another instance of Windows Explorer, open the Vim Crestron IDE package provided by this website. The folders in the root directory of the package will match the folders you'll see in the Vim directory. Simply copy the files from the package to their respective destinations.

To get Vim to reconfigure itself for the SIMPL+ syntax when a .usp file is opened, add the following to your Vim startup settings:

" Crestron SIMPL+
au BufEnter,BufNew *.usp setf usp
au BufEnter,BufNew *.usp colorscheme crestron
au BufEnter,BufNew *.usp compiler crestron

Related

Documentation: Home