Skip to content

Commit

Permalink
0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Mar 2, 2016
1 parent 09a2ab3 commit b47ab63
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

0.11.4
------

- Added `--hscroll-off=COL` option (default: 10) (#513)
- Some fixes in Vim plugin and shell extensions

0.11.3
------

Expand Down
4 changes: 2 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -u

[[ "$@" =~ --pre ]] && version=0.11.3 pre=1 ||
version=0.11.3 pre=0
[[ "$@" =~ --pre ]] && version=0.11.4 pre=1 ||
version=0.11.4 pre=0

auto_completion=
key_bindings=
Expand Down
2 changes: 1 addition & 1 deletion src/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

const (
// Current version
version = "0.11.3"
version = "0.11.4"

// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond
Expand Down

0 comments on commit b47ab63

Please sign in to comment.