diff options
author | Benjamin Doherty <bdoherty@wayfair.com> | 2018-09-04 14:32:59 -0400 |
---|---|---|
committer | Benjamin Doherty <bdoherty@wayfair.com> | 2018-09-04 14:32:59 -0400 |
commit | ee2537c5a8121b1a3b095ec9a585c2cc3c947c02 (patch) | |
tree | c250759b8522a094dc7b5985ffefa974dd4fd401 /doc | |
parent | 2ebf27b1ffb6752f0ba6cf4ec6be0a7498897d48 (diff) | |
download | vdebug-ee2537c5a8121b1a3b095ec9a585c2cc3c947c02.zip |
Update documentation for continuous_mode option to align with reality
The documentation states that the default for continuous_mode is 0, when
it is in fact 1.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Vdebug.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Vdebug.txt b/doc/Vdebug.txt index c6c4097..f7414cf 100644 --- a/doc/Vdebug.txt +++ b/doc/Vdebug.txt @@ -960,7 +960,7 @@ g:vdebug_options.marker_open_tree (default = '▾') byte support is not enabled. *VdebugOptions-continuous_mode* -g:vdebug_options.continuous_mode (default = 0) +g:vdebug_options.continuous_mode (default = 1) If enabled, Vdebug will start listening immediately after a debugging session has finished, allowing for constant debugging across separate requests. Press <F6> during a debugging session to stop this, or <Ctrl-C> |