Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eagletmt committed Sep 12, 2012
1 parent 134ada7 commit 48c40ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ChangeLog

## 0.2.0 (2012-09-12)
- Fix the wrong comparison of versions in `ghcmod#check_version`
- Fix `ghcmod#type()` on a program with compilation errors
- Add `g:ghcmod_use_basedir` option
- Add `:GhcModInfo [{identifier}]` command

## 0.1.2 (2012-06-04)
- Move ftplugin/haskell into after/ in order to co-exist with other ftplugins
- Fix `s:join_path()` for Windows
Expand Down
2 changes: 1 addition & 1 deletion autoload/ghcmod.vim
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ function! ghcmod#print_warning(msg)"{{{
endfunction"}}}

function! ghcmod#version()"{{{
return [0, 1, 2]
return [0, 2, 0]
endfunction"}}}

" vim: set ts=2 sw=2 et fdm=marker:

0 comments on commit 48c40ee

Please sign in to comment.