diff options
author | Daniel Carl <danielcarl@gmx.de> | 2017-07-24 23:23:02 +0200 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2017-07-24 23:23:02 +0200 |
commit | 8efc92afaf9ac3f516ba2b4dc70ce60280a8c908 (patch) | |
tree | b03f81a3b37e672a792cbe27d34c444ab68d660e /CHANGELOG.md | |
parent | a410f31c254eb61cced390051a1703900dade4be (diff) |
Show --bug-info separate from version.
Do not print to much in case the user is only interested in the current
used version. So show vimb version only on options -v, --version and
added the new option --bug-version which shows the currently used libs
and the library versions vimb was compiled against.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 624501f..7ccdceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,8 +22,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. the first char. * `hint-keys=0123` -> `1 2 3 10 11 12 13` * `hint-keys=asdf` -> `a s d f aa as ad af` -* Show versions of used libs on `vimb -v` and the extension directory for - easier issue investigation. +* Show versions of used libs on `vimb --bug-info` and the extension directory + for easier issue investigation. * During hinting JavaScript is enabled and reset to it's previous setting after hinting is done might be security relevant. * Allow extended hints mode also for open `g;o` to allow the user to toggle |