jon-mqn / vim-mumps-tools

vimrc and vim scripts to use when developing for Mumps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VIM Mumps Toolkit

License: AGPL

What is this?
This kit provides:
- Syntax Highlighting (automatic when you use supplied .vimrc)
- Goto File functionality for Mumps (using gf) to jump to routine references

Authors:
-- Jim Self
-- Sam Habiel

How to Install VIM Mumps toolkit

Move the commands in the .vimrc to your .vimrc (in your home directory), or, if you wish, move the file whole, overwriting yours!
Move the commands in the .vim/ folder to your .vim folder (in your home directory), or alternately the whole files. Here they are:

 .vim/scripts.vim
 .vim/filetype.vim

 .vim/syntax:
 mumps.vim

 .vim/scripts:
 m-setpath.vim

Questions?
comp.lang.mumps

A different set of tools is provided by David Wicksell here:
  https://bitbucket.org/dlw/m-tools

About

vimrc and vim scripts to use when developing for Mumps

License:Other


Languages

Language:Vim Script 100.0%