Script Roundup: vim-dict, Vdebug

Alex R. Young
usevim
Published in
1 min readSep 19, 2012

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

vim-dict

vim-dict (GitHub: szw / vim-dict, License: Vim) by Szymon Wrozynski is a client for dict servers. It uses curl to access the HTTP API, and will attempt to check dict.org by default.

A word can be checked by typing :Dict hello, and the results will be displayed in a new window.

Vdebug

Vdebug (GitHub: joonty / vdebug, License: MIT) by Jonathan Cairns is a debugger client that works with PHP, Python, Ruby, and Perl. Like other Vim debugger scripts, this one works using the DBGP protocol and is compatible with Xdebug. The author has included configuration details which can be read by typing :help VdebugSetUp.

Commands are mapped to the F-keys: <F2> is step over, and <F6> is stop.

--

--