summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/vdebug.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/vdebug.vim b/plugin/vdebug.vim
index 76d0f5f..feb9fb8 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.
@@ -105,6 +105,7 @@ if g:vdebug_force_ascii == 1
let g:vdebug_options_defaults['marker_open_tree'] = '-'
let g:vdebug_options_defaults['sign_breakpoint'] = 'B>'
let g:vdebug_options_defaults['sign_current'] = '->'
+ let g:vdebug_options_defaults['sign_disabled'] = 'B|'
endif
" Create the top dog