/vimunit

A vimscript unit testing library

Primary LanguageVim Script

= 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.