Skip to content

Commit 12f651e

Browse files
committed
Version 0.4.0
1 parent b488b2a commit 12f651e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: ChangeLog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# ChangeLog
2+
## 0.4.0 (2013-03-13)
3+
- Suppress empty line when `ghcmod#type()` fails
4+
- Disable `:GhcModType` and `:GhcModTypeInsert` if the current buffer is modified
5+
- Add new variant `:GhcModType!` and `:GhcModTypeInsert!` which is executed even if the current buffer is modified.
6+
- Change `ghcmod#type()` and `ghcmod#type_insert()` to take an argument determining the behavior when the buffer is modified.
7+
- Fix `ghcmod#detect_module()` to detect the module name more correctly
8+
- Change the default directory to execute ghc-mod from (@drchaos)
9+
210
## 0.3.0 (2013-03-06)
311
- Add `:GhcModTypeInsert` and `ghcmod#type_insert()` that inserts a type signature under the cursor (@johntyree)
412
- Add `:GhcModInfoPreview` that shows information in preview window (@johntyree)

Diff for: autoload/ghcmod.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ function! ghcmod#print_warning(msg)"{{{
509509
endfunction"}}}
510510

511511
function! ghcmod#version()"{{{
512-
return [0, 3, 0]
512+
return [0, 4, 0]
513513
endfunction"}}}
514514

515515
function! ghcmod#type_insert(force) "{{{

0 commit comments

Comments
 (0)