Tagged in

Testing

usevim
usevim
A blog about Vim
More information
Followers
1.5K
Elsewhere
More, on Medium

CI for Vim

With all the Vim forks and reinventions of Vim, I thought readers might find it interesting to learn about vim-ci, created by the vim-jp community.

This repository includes a fork of Vim as a submodule and includes a build script so a continuous integration server like Travis can…


Script Roundup: Vader.vim, Textabyss

Vader.vim

Vader.vim is a unit testing framework for Vim scripts. It has a BDD style syntax (Do, Given, Expect), and tests are run with the Vader command.


Script Roundup: fixkey, nextfile

fixkey

fixkey (GitHub: drmikehenry / vim-fixkey, License: Vim) by Michael Henry helps console Vim access metakeys that are usually difficult to map correctly.


Script Roundup: TabLineNumbers, yankstack.vim

Send in your Vim scripts for review through our contact form or @vimnews.

TabLineNumbers

TabLineNumbers (License: WTFPL), by Dmitry Konishchev and added to vim.org by Alexander Tarmolov…


Plugin Roundup: Clam, Vroom.vim, Gist.vim

Clam

Clam (GitHub: sjl / clam.vim, License: MIT/X11) by Steve Losh makes running shell commands on buffers extremely convenient. He’s made a screencast of Clam so you can see how to use it, but basically buffers can be piped…