Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 556 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 556 Bytes

= vimUnit

A plugin to write unit tests for the vimscript language.


This plugin was originally written by Staale Flock, which is [[script #1125|http://www.vim.org/scripts/script.php?script_id=1125]] on the [[vim.org|http://vim.org]] site.


See the vimUnit website for more information.


To run vim_unit's own tests type the following:

# see help:
./vutest.sh

# run vimunit test suite:
./vutest.sh autoload/vimunit/test.vim

Requirements:

  • Version 7.2.411+ is required.