summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbaptx <baptx.is@gmail.com>2019-11-08 12:11:35 +0100
committerGitHub <noreply@github.com>2019-11-08 12:11:35 +0100
commit2a5a8744e54db4a6f8e0ec6ab602e0f11e78267a (patch)
tree23a8b0ac07d52354fb29998418279e5cc82322f4
parent204e5150fd7a50519cfc23fe1c61b90af0cd105f (diff)
downloadvdebug-2a5a8744e54db4a6f8e0ec6ab602e0f11e78267a.zip
clarify that the master branch is based on version 2.0.0, not 1.4.1
#430
-rw-r--r--plugin/vdebug.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/vdebug.vim b/plugin/vdebug.vim
index 8d7962b..3e1ac3a 100644
--- a/plugin/vdebug.vim
+++ b/plugin/vdebug.vim
@@ -8,7 +8,7 @@
" Description: Multi-language debugger client for Vim (PHP, Ruby, Python,
" Perl, NodeJS)
" Maintainer: Jon Cairns <jon at joncairns.com>
-" Version: 1.4.1
+" Version: 2.0.0
" Inspired by the Xdebug plugin, which was originally written by
" Seung Woo Shin <segv <at> sayclub.com> and extended by many
" others.