Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eagletmt committed Mar 13, 2013
1 parent b488b2a commit 12f651e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# ChangeLog
## 0.4.0 (2013-03-13)
- Suppress empty line when `ghcmod#type()` fails
- Disable `:GhcModType` and `:GhcModTypeInsert` if the current buffer is modified
- Add new variant `:GhcModType!` and `:GhcModTypeInsert!` which is executed even if the current buffer is modified.
- Change `ghcmod#type()` and `ghcmod#type_insert()` to take an argument determining the behavior when the buffer is modified.
- Fix `ghcmod#detect_module()` to detect the module name more correctly
- Change the default directory to execute ghc-mod from (@drchaos)

## 0.3.0 (2013-03-06)
- Add `:GhcModTypeInsert` and `ghcmod#type_insert()` that inserts a type signature under the cursor (@johntyree)
- Add `:GhcModInfoPreview` that shows information in preview window (@johntyree)
Expand Down
2 changes: 1 addition & 1 deletion autoload/ghcmod.vim
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ function! ghcmod#print_warning(msg)"{{{
endfunction"}}}

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

function! ghcmod#type_insert(force) "{{{
Expand Down

0 comments on commit 12f651e

Please sign in to comment.