We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134ada7 commit 48c40eeCopy full SHA for 48c40ee
ChangeLog.md
@@ -1,5 +1,11 @@
1
# ChangeLog
2
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
+
9
## 0.1.2 (2012-06-04)
10
- Move ftplugin/haskell into after/ in order to co-exist with other ftplugins
11
- Fix `s:join_path()` for Windows
autoload/ghcmod.vim
@@ -456,7 +456,7 @@ function! ghcmod#print_warning(msg)"{{{
456
endfunction"}}}
457
458
function! ghcmod#version()"{{{
459
- return [0, 1, 2]
+ return [0, 2, 0]
460
461
462
" vim: set ts=2 sw=2 et fdm=marker:
0 commit comments