summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIke Devolder <ike.devolder@gmail.com>2019-11-18 13:17:57 +0100
committerGitHub <noreply@github.com>2019-11-18 13:17:57 +0100
commit550f69d1f06c56e8639c6d15f327e1daf01e95ec (patch)
treeb33e581092ad994fb4908995e6354ff8dc193766
parentd5b7d59eba4c8f980127b53b82546b218d31e73d (diff)
parent2a5a8744e54db4a6f8e0ec6ab602e0f11e78267a (diff)
downloadvdebug-550f69d1f06c56e8639c6d15f327e1daf01e95ec.zip
Merge pull request #431 from baptx/patch-1
clarify that the master branch is based on version 2.0.0, not 1.4.1
-rw-r--r--plugin/vdebug.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/vdebug.vim b/plugin/vdebug.vim
index 98b939b..2f77daa 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.