Skip to content

Commit c9fb25a

Browse files
committed
Update version to 1.4.1
1 parent 7dfbdd1 commit c9fb25a

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ It's written in Python, and has an object-oriented interface that is easy to ext
1616
and can even be used from the command-line. It even has unit tests covering
1717
some of the more critical parts of the code.
1818

19-
# Recent version (version 1.4.0)
19+
# Recent version (version 1.4.1)
2020

21-
* Allow setting of debugger features with the `g:vdebug_features` dictionary
22-
* Stop error when trying to debug with an unsaved file
23-
* Fixed stuck breakpoints
21+
* Fix folds being forgotten after debugging (issue #56)
22+
* Don't overwrite features array if it exists (issue #59)
23+
* Mapping of single modes (thanks @xbot, #66)
24+
* Stop empty buffers from being created (issue #70)
25+
* Fix ElementTree deprecation warning (thanks @InFog, #89)
2426
* And more... check out the HISTORY file
2527

2628
# How to use

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.4.1

plugin/vdebug.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
" Description: Multi-language debugger client for Vim (PHP, Ruby, Python,
99
" Perl, NodeJS)
1010
" Maintainer: Jon Cairns <jon at joncairns.com>
11-
" Version: 1.4.0
11+
" Version: 1.4.1
1212
" Inspired by the Xdebug plugin, which was originally written by
1313
" Seung Woo Shin <segv <at> sayclub.com> and extended by many
1414
" others.

0 commit comments

Comments
 (0)