NAME

Fennec::Manual::Vim - Vim rc files and tools provided with Fennec.

Files

All vim files are stored in shared/vim in the distribution.

functions.vim

functions.vim contains vim functions that are useful when working with fennec tests. Currently there is only 1 function.

RunFennecLine()

This will run the testgroup on the current line in the current testfile. Fennec will make its best guess as to which testset is on which line. There is ticket in place to improve fennecs guesses.

http://github.com/exodist/Fennec/issues#issue/39

vimrc

This is an example vimrc file that sources functions.vim and binds keys to runnign fennec tests. This file can be directly lnked to the fennec dist root directory. Anywhere else it will have to be modified to have the path to functions.vim

Bindings:

<f8>

This will run the test on the current line only.

<f10>

This will run every test in the current file only.

AUTHORS

Chad Granum exodist7@gmail.com

COPYRIGHT

Copyright (C) 2010 Chad Granum

Fennec is free software; Standard perl licence.

Fennec is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the license for more details.