Skip to content

Commit 48c40ee

Browse files
committed
version 0.2.0
1 parent 134ada7 commit 48c40ee

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: ChangeLog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ChangeLog
22

3+
## 0.2.0 (2012-09-12)
4+
- Fix the wrong comparison of versions in `ghcmod#check_version`
5+
- Fix `ghcmod#type()` on a program with compilation errors
6+
- Add `g:ghcmod_use_basedir` option
7+
- Add `:GhcModInfo [{identifier}]` command
8+
39
## 0.1.2 (2012-06-04)
410
- Move ftplugin/haskell into after/ in order to co-exist with other ftplugins
511
- Fix `s:join_path()` for Windows

Diff for: autoload/ghcmod.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ function! ghcmod#print_warning(msg)"{{{
456456
endfunction"}}}
457457

458458
function! ghcmod#version()"{{{
459-
return [0, 1, 2]
459+
return [0, 2, 0]
460460
endfunction"}}}
461461

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

0 commit comments

Comments
 (0)