File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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
+
2
10
## 0.3.0 (2013-03-06)
3
11
- Add ` :GhcModTypeInsert ` and ` ghcmod#type_insert() ` that inserts a type signature under the cursor (@johntyree )
4
12
- Add ` :GhcModInfoPreview ` that shows information in preview window (@johntyree )
Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ function! ghcmod#print_warning(msg)"{{{
509
509
endfunction " }}}
510
510
511
511
function ! ghcmod#version ()" {{{
512
- return [0 , 3 , 0 ]
512
+ return [0 , 4 , 0 ]
513
513
endfunction " }}}
514
514
515
515
function ! ghcmod#type_insert (force) " {{{
You can’t perform that action at this time.
0 commit comments