Skip to content

Commit

Permalink
Updated metadata for version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joonty committed Oct 5, 2012
1 parent e00c858 commit c695159
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion HISTORY
@@ -1,4 +1,4 @@
=== Vdebug 1.2 / 2012-??-??
=== Vdebug 1.2 / 2012-10-05

* Support for nodejs debugging using the komodo-debug package in NPM
* Keyboard interrupt while Vim is waiting for a connection (thanks: http://github.com/artnez, #6)
Expand Down
6 changes: 3 additions & 3 deletions README.md
@@ -1,8 +1,8 @@
# Vdebug

Vdebug is a new, fast, powerful debugger client for Vim. It's multi-language,
and has been tested with PHP, Python, Ruby and Perl. It interfaces with **any**
debugger that faithfully uses the DBGP protocol, such as Xdebug for PHP.
and has been tested with PHP, Python, Ruby, Perl and NodeJS. It interfaces with
**any** debugger that faithfully uses the DBGP protocol, such as Xdebug for PHP.

It builds on the experience gained through the legacy of the Xdebug Vim script
originally created by Seung Woo Shin and extended by so many others, but it's a
Expand Down Expand Up @@ -33,7 +33,7 @@ after installing the plugin.

* Vim compiled with Python 2 support, tabs and signs
* A programming language that has a DBGP debugger, e.g. PHP, Python, Ruby,
Perl, Tcl...
Perl, NodeJS, Tcl...

## Classic

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.1
1.2
6 changes: 3 additions & 3 deletions plugin/vdebug.vim
@@ -1,14 +1,14 @@
" Vdebug: Powerful, fast, multi-language debugger client for Vim.
"
" Script Info and Documentation {{{
" Script Info {{{
"=============================================================================
" Copyright: Copyright (C) 2012 Jon Cairns
" Licence: The MIT Licence (see LICENCE file)
" Name Of File: vdebug.vim
" Description: Multi-language debugger client for Vim (PHP, Ruby, Python,
" Perl)
" Perl, NodeJS)
" Maintainer: Jon Cairns <jon at joncairns.com>
" Version: 1.0
" Version: 1.2
" Inspired by the Xdebug plugin, which was originally written by
" Seung Woo Shin <segv <at> sayclub.com> and extended by many
" others.
Expand Down

0 comments on commit c695159

Please sign in to comment.