jmcantrell / vim-jumptest

Jump to/from test file for the current buffer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jumptest.vim

Jump to/from test file for the current buffer.

Installation

Install using your favorite package manager, or use Vim's built-in package support:

mkdir -p ~/.vim/pack/default/start
git clone $REPO_URL ~/.vim/pack/default/start/jumptest
vim -u NONE -c "helptags jumptest/doc" -c q

Usage

Just run :JumpTest in a buffer that has a file name.

License

Copyright (c) Jeremy Cantrell. Distributed under the same terms as Vim itself. See :help license.

About

Jump to/from test file for the current buffer


Languages

Language:Vim Script 72.0%Language:Shell 28.0%