Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
parsonsmatt committed Aug 13, 2016
1 parent ecb4463 commit eda1e70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## `v1.0.1`

- Added notices for `timer_start` and `stack`.

## `v1.0.0`

Initial release!
Expand Down
2 changes: 1 addition & 1 deletion after/ftplugin/haskell/intero.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if exists('b:did_ftplugin_intero') && b:did_ftplugin_intero
endif
let b:did_ftplugin_intero = 1

if !has('timer_start')
if !has('patch-7.4.1578')
echom "This version of intero-neovim requires the `timer_start` feature, which your neovim version lacks."
finish
endif
Expand Down

0 comments on commit eda1e70

Please sign in to comment.