Skip to content

Commit e63b9c1

Browse files
committed
Update to version 1.5.1
1 parent 8f7b706 commit e63b9c1

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
=== Vdebug 1.5.1 / 2015-09-07
2+
Bug fixes:
3+
* Fix buffers not being wiped out after ending a session (thanks @BlackIkeEagle, #226)
4+
5+
Features:
6+
* Add :VdebugEval! command, which remembers the eval expression when stepping
7+
through, as an alternative to :VdebugTrace (thanks @benjifisher, #193)
8+
19
=== Vdebug 1.5.0 / 2015-08-28
210
Bug fixes:
311
* Fix for remote and local file paths with a windows/unix setup (thanks @brothert, #130)
@@ -22,7 +30,7 @@ Misc:
2230
Bug fixes:
2331
* Allow overriding of options dictionary after sourcing vdebug (issues #112, #113)
2432
* Show local file path in stack window if using path mapping (issue #118)
25-
* Change function names for stricter rules introduced in Vim v.7.4.260 (thanks @BlackEagle, #158 and #155)
33+
* Change function names for stricter rules introduced in Vim v.7.4.260 (thanks @BlackIkeEagle, #158 and #155)
2634

2735
Documentation:
2836
* Various fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.5.1

0 commit comments

Comments
 (0)