From 38a3f09f5648644b0745004bf321aac20ff4ff64 Mon Sep 17 00:00:00 2001 From: Jon Cairns Date: Tue, 18 Dec 2012 14:12:52 +0000 Subject: [PATCH] Specify version of Python that works with Vdebug --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d379df45..d8e878d0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ after installing the plugin. **Requirements**: - * Vim compiled with Python 2 support, tabs and signs + * Vim compiled with Python 2.6+ support, tabs and signs * A programming language that has a DBGP debugger, e.g. PHP, Python, Ruby, Perl, NodeJS, Tcl...